Core: Updated to 8.3.7.35249
Port From (https://github.com/TrinityCore/TrinityCore/commit/8f9a69c9fa812b82af97809e445fc176b28f90eb)
This commit is contained in:
@@ -66,6 +66,8 @@ namespace Game
|
||||
uint gmLevelInWhoList = WorldConfig.GetUIntValue(WorldCfg.GmLevelInWhoList);
|
||||
|
||||
WhoResponsePkt response = new WhoResponsePkt();
|
||||
response.RequestID = whoRequest.RequestID;
|
||||
|
||||
List<WhoListPlayerInfo> whoList = Global.WhoListStorageMgr.GetWhoList();
|
||||
foreach (WhoListPlayerInfo target in whoList)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user