hxp
2019-07-18 d59558c04b788dc2a56ae4348f055030b49b23b7
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActivity.py
@@ -311,7 +311,10 @@
    if isLVUp:
        updPoint = min(ChConfig.Def_UpperLimit_DWord, curPoint + addValue)
    else:
        updPoint = min(IpyGameDataPY.GetFuncCfg('ImmortalDomainActivePoint'), curPoint + addValue)
        maxPoint = IpyGameDataPY.GetFuncCfg('ImmortalDomainActivePoint', 1)
        if maxPoint and curPoint >= maxPoint:
            return
        updPoint = curPoint + addValue
    __SetPDictValue(curPlayer, ChConfig.Def_PDict_ActivityCanCostTotalPoint, updPoint)
    return