From 356afb501ebec9b0241c1f8e2de91efd6022c99c Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 25 十二月 2018 16:13:50 +0800
Subject: [PATCH] 5372 【后端】【1.4】聚魂副本开发(速度通知修改)

---
 ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldMergeKing.py |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldMergeKing.py b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldMergeKing.py
index 00f9a11..7a13142 100644
--- a/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldMergeKing.py
+++ b/ServerPython/CoreServerGroup/GameServer/Script/GameWorldLogic/GameWorldMergeKing.py
@@ -14,7 +14,7 @@
 # 详细描述: 王者争霸(跨服PK赛周积分排名前32可获得争霸资格)
 #
 #---------------------------------------------------------------------
-"""Version = 2015-11-19 14:00"""
+#"""Version = 2015-11-19 14:00"""
 #---------------------------------------------------------------------
 import ReadChConfig
 import PlayerControl
@@ -23,6 +23,7 @@
 import PlayerCompensation
 import PlayerUniversalGameRec
 import PlayerMergeRegister
+import CrossRealmPlayer
 import GameWorldMergePK
 import PlayerDBGSEvent
 import MergeBroadcast
@@ -644,7 +645,7 @@
         lastNotifyTime = gameWorld.GetDictByKey(notifyTimeKey)
         if tick - lastNotifyTime >= notifyCD * 1000:
             mark = loginNotifyDict[playerRecRank]
-            mergeName = PlayerControl.GetMergePlayerName(accID, curPlayer.GetName())
+            mergeName = CrossRealmPlayer.GetCrossPlayerName(curPlayer)
             PlayerControl.MergeWorldNotify(0, mark, [mergeName])
             gameWorld.SetDict(notifyTimeKey, tick)
         else:

--
Gitblit v1.8.0