Core/PacketIO: Update some files
Port From (https://github.com/TrinityCore/TrinityCore/commit/76352cb391b4ff239ef70ff85ede4f09fcffc069)
This commit is contained in:
@@ -52,7 +52,7 @@ namespace Game
|
||||
uint gmLevelInWhoList = WorldConfig.GetUIntValue(WorldCfg.GmLevelInWhoList);
|
||||
|
||||
WhoResponsePkt response = new();
|
||||
response.RequestID = whoRequest.RequestID;
|
||||
response.Token = whoRequest.Token;
|
||||
|
||||
List<WhoListPlayerInfo> whoList = Global.WhoListStorageMgr.GetWhoList();
|
||||
foreach (WhoListPlayerInfo target in whoList)
|
||||
|
||||
Reference in New Issue
Block a user