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