hxp
2023-05-11 4887204a7c9e10bafdd64c5186f1ff9e61b53055
9811 【BT9】【后端】逐鹿万界(优化flagOwner同步)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossFamilyFlagwar.py 2 ●●● 补丁 | 查看 | 原始文档 | 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