hxp
2019-12-27 68e048256ca3e40cbc6e73cfd0937663cd41d63c
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