From 67449627d6db97ca0cbe2c910a261bd253c3094d Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 03 一月 2019 17:30:58 +0800 Subject: [PATCH] 5660 【后端】【1.4.100】老版绝世武器绝版属性同步 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 3 +++ 1 files changed, 3 insertions(+), 0 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 befd498..9623b08 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -249,6 +249,9 @@ #初始化玩家背包 InitPlayerPack(curPlayer) + #上线检查一次装备属性 + ItemControler.PlayerItemControler(curPlayer).CheckRolePackEquipAttr() + #通知玩家物品信息 __Sync_PackDetel(curPlayer) -- Gitblit v1.8.0