From 8d68127a62c17a160c575842e1607833cc42564b Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 23 十二月 2020 17:04:13 +0800
Subject: [PATCH] 8668 【主干】可拍卖道具取消拍卖时间限制并可以叠加后,上架时可选择拍卖的数量(封包);

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestCommon.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestCommon.py
index 3d611e9..da87f73 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestCommon.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/QuestCommon.py
@@ -34,6 +34,7 @@
 import GameFuncComm
 import ChPyNetSendPack
 import NetPackCommon
+import EventShell
 #---------------------------------------------------------------------
 #所有任务的索引
 FindQuestFunc = None
@@ -73,6 +74,8 @@
 Def_Visit_Npc_ID = "visit_npc_id"                  #随机访问NPC
 
 Def_NewGuyNoSight = "xinshou"   # 新手期隐身无视野
+
+Def_Mission_Grade = "grade"   # 任务评级
 
 #------------原DayEventData去除,替换枚举管理-----------------
 (
@@ -338,6 +341,8 @@
     curQuestData = QuestManager.FindQuest(curMissionID)
     if curQuestData != None:
         EventReport.WriteEvent_mission_log(curPlayer, curQuestData, 0)
+        
+    EventShell.RunQuestEvent(curPlayer, "on_create", curMissionID, EventShell.Def_RunQuestType_Normal)
     return curMission
 
 #---------------------------------------------------------------------

--
Gitblit v1.8.0