hxp
2023-03-27 dcf9cc7f1e059a6898898097d8b30dcf213f1aa1
9788 【BT9】【后端】成就系统(修复成就给货币奖励失败bug)
1个文件已修改
2 ■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerSuccess.py 2 ●●● 补丁 | 查看 | 原始文档 | 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: