xdh
2019-06-10 a388abb4b97782c1c694a8d28d8a1e73e03a35c0
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