diff --git a/src/game/Player.h b/src/game/Player.h index 02d8f3021..734faba88 100644 --- a/src/game/Player.h +++ b/src/game/Player.h @@ -885,7 +885,7 @@ class MANGOS_DLL_SPEC Player : public Unit bool TeleportTo(WorldLocation const &loc, uint32 options = 0) { - return TeleportTo(loc.mapid, loc.coord_x, loc.coord_y, loc.coord_z, options); + return TeleportTo(loc.mapid, loc.coord_x, loc.coord_y, loc.coord_z, loc.orientation, options); } void SetSummonPoint(uint32 mapid, float x, float y, float z) diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 17b266cd6..ac98696f0 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "8065" + #define REVISION_NR "8066" #endif // __REVISION_NR_H__