ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCoin.py
@@ -708,8 +708,9 @@
    else:
        if notifyMark:
            PlayerControl.WorldNotify(0, notifyMark, [curPlayer.GetName()])
    ItemControler.NotifyGiveAwardInfo(curPlayer, giveItemList, ChConfig.ItemGive_CTG, moneyInfo={moneyType:addGold+prizeGold},
                                      dataEx={"orderInfo":orderInfo, "ctgID":ctgID})
    if giveItemList or addGold or prizeGold:
        ItemControler.NotifyGiveAwardInfo(curPlayer, giveItemList, ChConfig.ItemGive_CTG, moneyInfo={moneyType:addGold+prizeGold},
                                          dataEx={"orderInfo":orderInfo, "ctgID":ctgID})
    
    addVIPExp = coinExp
    PlayerVip.AddVIPExp(curPlayer, addVIPExp)