Core: Updated to 8.3.7.35249

Port From (https://github.com/TrinityCore/TrinityCore/commit/8f9a69c9fa812b82af97809e445fc176b28f90eb)
This commit is contained in:
hondacrx
2020-07-24 18:21:50 -04:00
parent b628eaec35
commit c203379108
5 changed files with 234 additions and 199 deletions
+2
View File
@@ -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)
{