mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 01:15:35 +01: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