From 176de4ac93ece94c4ffb234d7a361a133ccf9e41 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 12 一月 2026 09:54:03 +0800
Subject: [PATCH] 389 流向记录(增加主线装备掉落流向支持:根据当前祝福等级取倒数x个品质记录;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.py |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.py
index 6a9a2a3..b83966e 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.py
@@ -69,11 +69,7 @@
             
         itemEff = findItemData.GetEffectByIndex(0)
         curEffID = itemEff.GetEffectID()
-        if curEffID == ChConfig.Def_Effect_EquipStone:
-            stoneEffType = itemEff.GetEffectValue(0)
-            stoneLevel = itemEff.GetEffectValue(1)
-            PyGameData.g_stoneLevelIDDict[(stoneEffType, stoneLevel)] = itemID
-        elif curEffID == ChConfig.Def_Effect_ItemCount:
+        if curEffID == ChConfig.Def_Effect_ItemCount:
             PyGameData.AutoTransformCountItemIDList.append(itemID)
         elif curEffID == ChConfig.Def_Effect_ItemGiveMoney:
             moneyValue = itemEff.GetEffectValue(0)

--
Gitblit v1.8.0