hxp
2025-12-17 c9fb9882a7cd6720958f6fef2a0425023c21f331
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):