From f3c34e89edad573a7d4c7fed9e4aad621f33e22f Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期六, 18 八月 2018 14:21:02 +0800
Subject: [PATCH] fix:增加境界升级任务接口

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPrestigeSys.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPrestigeSys.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPrestigeSys.py
index 1b86ab2..fb59904 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPrestigeSys.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerPrestigeSys.py
@@ -29,6 +29,7 @@
 import PlayerSuccess
 import OpenServerCampaign
 import PlayerBillboard
+import EventShell
 
 #------------------------------------------------------------------------------
 (
@@ -196,6 +197,7 @@
     PlayerBillboard.UpdateRealmBillboard(curPlayer)
     # 记录开服活动
     OpenServerCampaign.UpdOpenServerCampaignRecordData(curPlayer, ShareDefine.Def_Campaign_Type_RealmLV, nextRealmLv)
+    EventShell.EventRespons_RealmUp(curPlayer, nextRealmLv)
     return True
 
 def DologicDujieFBPass(curPlayer, realmLV, star):

--
Gitblit v1.8.0