| ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_Arena.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_Arena.py
@@ -38,8 +38,8 @@ ''' playerID = curPlayer.GetPlayerID() matchIDList = PyGameData.g_arenaPlayerMatchDict.get(playerID, []) #if tagPlayerID in matchIDList: # return matchIDList.index(tagPlayerID) if tagPlayerID in matchIDList: return matchIDList.index(tagPlayerID) gameRecMgr = DBDataMgr.GetGameRecMgr() atkRecMgr = gameRecMgr.GetRecTypeIDMgr(ShareDefine.Def_GameRecType_ArenaRecord, playerID)