From c40357e0eee1bd0f1d2b706a2f71d3d7ec8f5cac Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 28 十二月 2018 15:24:45 +0800 Subject: [PATCH] 5424 【后端】【1.4】跨服竞技场开发(刷新视野调整) --- ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmPK.py | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmPK.py b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmPK.py index 6204568..80188df 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmPK.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/CrossRealmPK.py @@ -1479,7 +1479,8 @@ gameWorld.SetDict(ShareDefine.Def_Notify_WorldKey_CrossDailyActionState % ShareDefine.DailyActionID_CrossReamPK, matchState) if curSeasonState == 1 and seasonState == 2: - PlayerControl.WorldNotify(0, "NotifySeasonOver") + pass + #PlayerControl.WorldNotify(0, "NotifySeasonOver") # 通知地图服务器状态 GameWorld.SendMapServerMsgEx(ShareDefine.Def_Notify_WorldKey_CrossPKZoneID, zoneID) @@ -1509,7 +1510,7 @@ return if result == -2: - PlayerControl.NotifyCode(curPlayer, "InCrossPKing") + PlayerControl.NotifyCode(curPlayer, "CrossMatching17") return if result == 1: -- Gitblit v1.8.0