From b6ba2976a06e9d288c740e8ab83186b7feb5dcea Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期三, 26 十二月 2018 08:03:05 +0800
Subject: [PATCH] 860312 buff封包补齐

---
 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