hxp
2023-03-27 dcf9cc7f1e059a6898898097d8b30dcf213f1aa1
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: