hxp
2026-01-20 9bbff431b0f42a19ed6efe6b98164586b5984a20
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):