From 76c56fb57563e86e6612d8bb23ed058fc6210a15 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期六, 02 三月 2019 15:04:41 +0800 Subject: [PATCH] 6307 【后端】【2.0】多套装备开发单(套装) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 4 ++-- 1 files changed, 2 insertions(+), 2 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 9313db0..17ed9dc 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -543,8 +543,8 @@ ChEquip.NotifyEquipPartStar(curPlayer) Operate_EquipWash.OnEquipWashLogin(curPlayer) #通知套装信息 - ChEquip.NotifyEquipPartSuiteLV(curPlayer) - ChEquip.SyncAllEquipAttrActiveInfo(curPlayer) + #ChEquip.NotifyEquipPartSuiteLV(curPlayer) + #ChEquip.SyncAllEquipAttrActiveInfo(curPlayer) #装备位宝石镶嵌通知 Operate_EquipStone.OnLogin(curPlayer) -- Gitblit v1.8.0