From 3eee55d3e918bf2386fc59836dd2c89e21e6c1c3 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 11 二月 2020 15:56:59 +0800
Subject: [PATCH] 8374 【后端】【主干】通知客户端攻击封包增加专精技能
---
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