Core/Player: Added SendPlayerBound method
Port From (https://github.com/TrinityCore/TrinityCore/commit/94aca04c3b1e9123541a75485dbae0d4265b18ef)
This commit is contained in:
@@ -2837,6 +2837,12 @@ namespace Game.Entities
|
||||
SendPacket(packet);
|
||||
}
|
||||
|
||||
public void SendPlayerBound(ObjectGuid binderGuid, uint areaId)
|
||||
{
|
||||
PlayerBound packet = new(binderGuid, areaId);
|
||||
SendPacket(packet);
|
||||
}
|
||||
|
||||
//Misc
|
||||
public uint GetTotalPlayedTime() { return m_PlayedTimeTotal; }
|
||||
public uint GetLevelPlayedTime() { return m_PlayedTimeLevel; }
|
||||
|
||||
Reference in New Issue
Block a user