ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/NPC/NPCHurtManager.py
@@ -731,10 +731,10 @@ if index == None: return bossAssistGiftDict = IpyGameDataPY.GetFuncEvalCfg("AssistAward", 1, {}) if index not in bossAssistGiftDict: if str(index) not in bossAssistGiftDict: GameWorld.DebugLog("该boss没有协助额外奖励!index=%s" % index, self.npcID) return liheItemID, assistMoney = bossAssistGiftDict[index] liheItemID, assistMoney = bossAssistGiftDict[str(index)] if not liheItemID or not assistMoney: GameWorld.DebugLog("该副本或boss没有协助额外奖励!mapID=%s" % (mapID), self.npcID)