From edb309f07bd31eb3585d35d15e1150933f261cfb Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期五, 28 十二月 2018 09:54:31 +0800
Subject: [PATCH] 5424 【后端】【1.4】跨服竞技场开发(赛季奖励等级变更同步)

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

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.py
index d22198a..c282498 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.py
@@ -577,6 +577,7 @@
         SyncCrossRealmPKAwardState(curPlayer)
         GameWorld.Log("还是同一个赛季,设置赛季奖励已领取!")
     PlayerControl.NomalDictSetProperty(curPlayer, ChConfig.Def_PDict_CrossPK_SeasonAwardLV % seasonID, seasonAwardLV)
+    SyncCrossRealmPKHisSeasonInfo(curPlayer)
     
     if not isMail:
         needSpace = len(awardItemList)

--
Gitblit v1.8.0