ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActTotalRecharge.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActTotalRecharge.py
@@ -138,6 +138,7 @@ itemInfoDict = GameWorld.GetDictValueByRangeKey(itemDict, worldLV, {}) if str(job) not in itemInfoDict: GameWorld.ErrLog('累计充值奖励未配置该职业itemDict=%s,job=%s'%(itemDict, job)) return [] else: return itemInfoDict[str(job)]