hxp
2019-12-10 bd6221811f055ff6fb6c3a58b308d48fbca2465a
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerControl.py
@@ -3172,9 +3172,9 @@
        GameWorld.SendMsgToClientServer(ShareDefine.CrossServerMsg_GiveMoney, msgInfo, [serverGroupID])
        return True
    
    ## 恺英版去除了仙缘币,改为直接获得绑玉灵石
    ## 恺英版去除了仙缘币,改为获得仙盟活跃令
    if priceType == ShareDefine.TYPE_Price_XianyuanCoin:
        priceType = IPY_GameWorld.TYPE_Price_Gold_Paper
        priceType = ShareDefine.TYPE_Price_FamilyActivity
        
    if priceType == IPY_GameWorld.TYPE_Price_Gold_Money:
        if curPlayer.GetGold() + value > ChConfig.Def_PlayerTotalMoney_Gold: