From e3484d799d01d93d20bfa483d3074573f2ff6bb9 Mon Sep 17 00:00:00 2001
From: xdh <xiefantasy@qq.com>
Date: 星期二, 16 七月 2019 18:50:11 +0800
Subject: [PATCH] 8008 【2.0.300】【开发】升星功能调整

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_EquipStar.py |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_EquipStar.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_EquipStar.py
index 43e26d5..b35dd46 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_EquipStar.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventSrc/Operate_EquipStar.py
@@ -144,7 +144,7 @@
                 return result
             if isJobLimit and not ItemCommon.CheckJob(curPlayer, costEquip):
                 return result
-            delEquipIndexList.append(index)
+            
             isSuite = 1 if costEquip.GetSuiteID() else 0
             
             ipyData = IpyGameDataPY.GetIpyGameData('EquipStarUpRate', ItemCommon.GetItemClassLV(costEquip), 
@@ -153,6 +153,7 @@
             if not ipyData:
                 return
             curRate += ipyData.GetRate()
+            delEquipIndexList.append(index)
     if totalEquipStars < IpyGameDataPY.GetFuncCfg('EquipStarCustomized'):
         curRate = 100
     if curRate <= 0:

--
Gitblit v1.8.0