From 8b1a20abf619133e66b876adb8583fe00fc3fd0a Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期三, 06 三月 2019 10:07:46 +0800 Subject: [PATCH] 6307 【后端】【2.0】多套装备开发单(删除旧套装) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 1 - 1 files changed, 0 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 b097114..2a8cfcd 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -543,7 +543,6 @@ ChEquip.NotifyEquipPartStar(curPlayer) Operate_EquipWash.OnEquipWashLogin(curPlayer) #通知套装信息 - #ChEquip.NotifyEquipPartSuiteLV(curPlayer) #ChEquip.SyncAllEquipAttrActiveInfo(curPlayer) #装备位宝石镶嵌通知 Operate_EquipStone.OnLogin(curPlayer) -- Gitblit v1.8.0