hch
2026-01-07 96aea786fc5cfb147a1b5e08f09a1fe2d27d31b0
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/Task.py
@@ -62,6 +62,7 @@
        
    curValue = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_TaskValue % taskGroup)
    GameWorld.DebugAnswer(curPlayer, "设置任务ID:%s  进度:%s/%s" % (taskID, curValue, needValue))
    PlayerTask.SyncTaskInfo(curPlayer, [taskGroup])
    return
def __ShowTask(curPlayer):