From e85400d727e5bb1f7b59de208c44e93afdba1f0f Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期四, 27 十二月 2018 11:25:24 +0800 Subject: [PATCH] 5505 【后端】【1.4】王者法宝属性刷新 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.py | 4 ++++ 1 files changed, 4 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 f1b09e7..a4ca269 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerCrossRealmPK.py @@ -21,6 +21,7 @@ import IpyGameDataPY import ChPyNetSendPack import CrossRealmPlayer +import FunctionNPCCommon import DataRecordPack import IPY_GameWorld import ItemControler @@ -173,6 +174,9 @@ SyncCrossRealmPKPlayerInfo(curPlayer) SyncCrossRealmPKAwardState(curPlayer) + + # 重置商店物品 + FunctionNPCCommon.ShopItemOnCrossPKSeasonChange(curPlayer) return True #// C1 01 跨服PK匹配 #tagCMCrossRealmPKMatch -- Gitblit v1.8.0