From ac0cdeb67cbd2829aeea991a89ec4442bba3f865 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期四, 09 五月 2019 20:25:43 +0800 Subject: [PATCH] 6711 【后端】【2.0】洗练从0级开始洗练 6717【后端】【2.0】洗练数值非0 6628【2.0】【后端】查看玩家装备和查看玩家战力功能 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py | 10 ++-------- 1 files changed, 2 insertions(+), 8 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 8d0ac40..2249002 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/ChPlayer.py @@ -550,14 +550,8 @@ #PK模式 SyncPKModel(curPlayer) - #通用强化星级信息 - ChEquip.NotifyEquipPartPlusLV(curPlayer) - ChEquip.NotifyEquipPartStar(curPlayer) - Operate_EquipWash.OnEquipWashLogin(curPlayer) - #通知套装信息 - #ChEquip.SyncAllEquipAttrActiveInfo(curPlayer) - #装备位宝石镶嵌通知 - Operate_EquipStone.OnLogin(curPlayer) + #装备相关信息 + ChEquip.OnPlayerEquipLoginLogic(curPlayer) #大师 PlayerGreatMaster.MasterOnLogin(curPlayer) -- Gitblit v1.8.0