hxp
2021-02-20 71a5b8c236d7538053a3a893adccaa0d59798521
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerNewFairyCeremony.py
@@ -284,12 +284,13 @@
    return
#################绝版降临##############################
def AddFCCostGold(curPlayer, costType, costGold):
def AddFCCostGold(curPlayer, costGold):
    ##充值X元
    if costGold <= 0:
        return
    if costType in ChConfig.CostRebate_DisableType:
        #GameWorld.DebugLog("不计入绝版降临消费的消费类型!costType=%s" % costType, curPlayer.GetPlayerID())
        return
#    if costType in ChConfig.CostRebate_DisableType:
#        #GameWorld.DebugLog("不计入绝版降临消费的消费类型!costType=%s" % costType, curPlayer.GetPlayerID())
#        return
    if not __IsAtFCAction():
        return
    curCostGold = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_NewFCCostGold)