[8066] Fixed typo in Teleport call. Author: Ambal

--HG--
branch : trunk
This commit is contained in:
QAston
2009-06-23 14:21:14 +02:00
parent c5413dc462
commit 09a4fdc1c7

View File

@@ -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)