ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossFamilyFlagwar.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossFamilyFlagwar.py
@@ -151,7 +151,7 @@ flagOwner = self.worldHelpDict.get("flagOwner", {}) for npcIDStr, playerInfo in flagOwner.items(): if playerID == playerInfo[0]: flagOwner.pop(npcIDStr, None) flagOwner[npcIDStr] = [0, "", "", 0] break self.worldHelpDict["flagOwner"] = flagOwner return