From d57c815c413ca0e40a67054e634291377ebb6381 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 29 九月 2022 18:41:56 +0800 Subject: [PATCH] 9701 【后端】【越南】【BT7】【主干】跨服竞技64位排位赛(玩家挑战仙官成功后同步移除该玩家其他的仙官申请; 登录同步排位相关封包时机调整到登录成功后) --- ServerPython/CoreServerGroup/GameServer/Script/Player/ChPlayer.py | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ServerPython/CoreServerGroup/GameServer/Script/Player/ChPlayer.py b/ServerPython/CoreServerGroup/GameServer/Script/Player/ChPlayer.py index 691de98..35495d5 100644 --- a/ServerPython/CoreServerGroup/GameServer/Script/Player/ChPlayer.py +++ b/ServerPython/CoreServerGroup/GameServer/Script/Player/ChPlayer.py @@ -193,8 +193,6 @@ GameWorldArena.OnPlayerLogin(curPlayer) #跨服PK CrossRealmPK.OnPlayerLogin(curPlayer) - #跨服排位 - CrossChampionship.OnPlayerLogin(curPlayer, tick) #幸运云购 CrossLuckyCloudBuy.OnPlayerLogin(curPlayer) #诛仙BOSS @@ -234,6 +232,8 @@ PlayerLove.OnPlayerLogin(curPlayer) #跨服战场 CrossBattlefield.OnPlayerLogin(curPlayer) + #跨服排位 + CrossChampionship.OnPlayerLogin(curPlayer, tick) if isMixServerFirstLogin: PlayerCharm.OnMixServerFirstLogin(curPlayer) -- Gitblit v1.8.0