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

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
index 69e12cf..128afe5 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py
@@ -1814,9 +1814,9 @@
     RunQuestEvent(curPlayer, "passqueenrelecs", lineID, Def_RunQuestType_Normal)
     return
 
-def EventRespons_HorseUp(curPlayer, alllv):
+def EventRespons_HorseUp(curPlayer):
     #坐骑升级
-    RunQuestEvent(curPlayer, "horseup", alllv, Def_RunQuestType_Normal)
+    RunQuestEvent(curPlayer, "horseup", "horseup", Def_RunQuestType_Normal)
     return
 
 def EventRespons_SuitPlus(curPlayer, cnt):

--
Gitblit v1.8.0