From 214253cdf66295c0153a892e1414565c15984e00 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 12 一月 2026 10:19:05 +0800
Subject: [PATCH] 389 流向记录(记录主线、副本过关流向支持;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.py |   14 +-------------
 1 files changed, 1 insertions(+), 13 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 29721f1..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)
@@ -1074,14 +1070,6 @@
     if packType in [IPY_GameWorld.rptItem, ShareDefine.rptTreasure] or packType in ShareDefine.Def_VPack_TypeList:
         pass
         
-    return
-
-def DR_EquipItemChange(curPlayer, curEquip, eventName, addDict={}):
-    # 记录装备物品属性变更
-    noteDict = GetItemNoteDict(curEquip, 1)
-    noteDict.update(addDict)
-    noteDict["packType"] = curEquip.GetItemPlaceType()
-    DataRecordPack.DR_EquipMachining(curPlayer, eventName, noteDict)
     return
 
 #===============================================================================

--
Gitblit v1.8.0