From 27c520cac266513887f348cf9feb4be7b3efda45 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 10 五月 2021 12:17:51 +0800 Subject: [PATCH] 8932 【BT2】【主干】【后端】物品转移背包类型后,支持上线刷新 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py index b60f479..b08e2a9 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -462,7 +462,7 @@ SyncGuideState(curPlayer) #上线检查一次装备属性 - ItemControler.PlayerItemControler(curPlayer).CheckRolePackEquipAttr() + ItemControler.OnPlayerLogin(curPlayer) #更新服务器组ID PlayerControl.UpdPlayerServerGroupID(curPlayer) -- Gitblit v1.8.0