From a4e451de69657fba79075bb68dba5ea2ea084747 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 27 十二月 2018 11:24:16 +0800
Subject: [PATCH] 860312 任务输出

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py
index 76b967e..c5412ac 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py
@@ -1221,7 +1221,7 @@
 def __RunAnswerAction(curPlayer, curMission, answersNode):
     actionsNode = __FindAnswerActionNode(curPlayer, curMission, answersNode)
     if actionsNode == None or actionsNode.IsEmpty():
-        GameWorld.Log('__RunAnswerAction找不到回答节点')
+        GameWorld.DebugLog('__RunAnswerAction找不到回答节点--%s'%curMission.GetMissionID())
         return
     
     __DoAnswerActionNode(curPlayer, curMission, actionsNode)

--
Gitblit v1.8.0