From 3d214c60456c914be4fde1b3c07e30d6729e6315 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 21 八月 2018 15:02:20 +0800
Subject: [PATCH] fix:【2728】新增任务接口

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestRunner.py |    4 ++--
 1 files changed, 2 insertions(+), 2 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 60877cc..371ec0c 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
@@ -7147,8 +7147,8 @@
 
 ##2阶强化防具套装件数
 # @param None
-# @return None <Mwsoul value="id"/>
-def ConditionType_SuitPlus(curPlayer, curMission, curActionNode):
+# @return None <Suitplus value="cnt"/>
+def ConditionType_Suitplus(curPlayer, curMission, curActionNode):
     needCnt = GameWorld.ToIntDef(curActionNode.GetAttribute("value"), 0)
     
     equipSuitTypeDict = IpyGameDataPY.GetFuncEvalCfg('EquipSuitType')

--
Gitblit v1.8.0