hxp
2020-10-30 873fd2b448fc038733d58779ac7ca12d2e4fdb80
ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmPK.py
@@ -1910,6 +1910,7 @@
        SetIsCrossPKMatching(curPlayer, 1)
        startMatchPack.IsRobot = 0
    elif result == 2:
        SetIsCrossPKMatching(curPlayer, 0)
        startMatchPack.IsRobot = 1
        
    NetPackCommon.SendFakePack(curPlayer, startMatchPack)