From 0f297a5b66b91751d8342624db871efeca7ed94e Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期六, 02 三月 2019 10:20:48 +0800 Subject: [PATCH] 6307 【后端】【2.0】多套装备开发单(穿脱、升星) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 3 ++- 1 files changed, 2 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 d7b8b48..9313db0 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -539,7 +539,8 @@ SyncPKModel(curPlayer) #通用强化星级信息 - ChEquip.NotifyEquipPartStarLV(curPlayer) + ChEquip.NotifyEquipPartPlusLV(curPlayer) + ChEquip.NotifyEquipPartStar(curPlayer) Operate_EquipWash.OnEquipWashLogin(curPlayer) #通知套装信息 ChEquip.NotifyEquipPartSuiteLV(curPlayer) -- Gitblit v1.8.0