ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCHurtManager.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCHurtManager.py
@@ -723,8 +723,8 @@ liheItemID, assistMoney = 0, 0 mapAssistGiftDict = IpyGameDataPY.GetFuncEvalCfg("AssistAward", 2, {}) mapID = FBCommon.GetRecordMapID(GameWorld.GetMap().GetMapID()) if mapID in mapAssistGiftDict: liheItemID, assistMoney = mapAssistGiftDict[mapID] if str(mapID) in mapAssistGiftDict: liheItemID, assistMoney = mapAssistGiftDict[str(mapID)] else: killBossCntLimitDict = IpyGameDataPY.GetFuncEvalCfg('KillBossCntLimit') index = GameWorld.GetDictValueByKey(killBossCntLimitDict, self.npcID)