hxp
2 天以前 5f3b500dd8efc188323d6e6ec2a74857e82142c8
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTask.py
@@ -213,6 +213,9 @@
                equipCnt += 1
        taskValue = equipCnt
        
    elif taskType == ChConfig.TaskType_Rename:
        taskValue = 1 if curPlayer.NomalDictGetProperty(ChConfig.Def_Player_Rename) else 0
    return taskValue
def UpdTaskValue(curPlayer, taskType):