mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 03:42:37 +01:00
[8066] Fixed typo in Teleport call. Author: Ambal
--HG-- branch : trunk
This commit is contained in:
@@ -856,7 +856,7 @@ class TRINITY_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)
|
||||
|
||||
Reference in New Issue
Block a user