hxp
9 天以前 2b91d1223f3d78bd2efa970478d1ed63666e131c
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTask.py
@@ -25,6 +25,7 @@
import IPY_GameWorld
import GameFuncComm
import ShareDefine
import PlayerHero
import ChConfig
import FBCommon
@@ -183,6 +184,9 @@
    elif taskType == ChConfig.TaskType_RealmLV:
        taskValue = curPlayer.GetOfficialRank()
        
    elif taskType == ChConfig.TaskType_HeroBook:
        taskValue = PlayerHero.GetHeroBookActCnt(curPlayer)
    elif taskType == ChConfig.TaskType_EquipColor:
        if not conds:
            return 0