mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-16 21:20:01 -04:00
Build/Core: Fixed build.
This commit is contained in:
@@ -16721,7 +16721,7 @@ void Unit::SendTeleportPacket(Position& oldPos)
|
||||
data.WriteByteSeq(guid[6]);
|
||||
data << float(GetPositionY());
|
||||
|
||||
if (GetTypeId == TYPEID_PLAYER)
|
||||
if (GetTypeId() == TYPEID_PLAYER)
|
||||
Relocate(&oldPos);
|
||||
|
||||
SendMessageToSet(&data, false);
|
||||
|
||||
Reference in New Issue
Block a user