From 3ea80a39cf950e4dd7f65f44b3487b6787f45f4a Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期二, 14 五月 2019 20:46:11 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/SnxxServerCode --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/MissionXML.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/MissionXML.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/MissionXML.py index da55be7..56b200d 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/MissionXML.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/MissionXML.py @@ -65,9 +65,9 @@ nodeName = node.GetNodeName().title() if nodeName in ["Xml", "Actions", "Light", "Answer_Conditions", "Answer_Actions"]: continue - GameWorld.DebugLog("DoAction: %s" % node.GetXML()) + #GameWorld.DebugLog("DoAction: %s" % node.GetXML()) QuestRunner.DoAction(curPlayer, curMission, node) - + #QuestRunner.AnswerConditionJudge(curPlayer, curMission, node) return -- Gitblit v1.8.0