Misc fixes

This commit is contained in:
hondacrx
2022-09-07 15:51:54 -04:00
parent 21b5fe44f5
commit 80689d7fb7
2 changed files with 1 additions and 21 deletions
@@ -66,7 +66,7 @@ namespace BNetServer.Networking
if (!authed)
return BattlenetRpcErrorCode.Denied;
if (request.AttributeKey == "Command_RealmListRequest_v1")
if (request.AttributeKey.Contains("Command_RealmListRequest_v1"))
{
Global.RealmMgr.WriteSubRegions(response);
return BattlenetRpcErrorCode.Ok;