ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSuccess.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSuccess.py
@@ -980,7 +980,7 @@ #给钱 for moneyType, value in succData.moneyDict.items(): PlayerControl.GiveMoney(curPlayer, moneyType, value) PlayerControl.GiveMoney(curPlayer, int(moneyType), value) #给经验 if succData.exp: