hxp
2019-05-14 8a3f972ed3ef1a8e7f44779b070274bb40288943
6778 【后端】【2.0】任务接口开发(任务接口测试)
1个文件已修改
4 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GM/Commands/MissionXML.py 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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