From 34520d2b2a4ac78f832169b7ea120651b7f43c26 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期二, 06 一月 2026 13:02:05 +0800
Subject: [PATCH] 412 【挑战】定军阁-服务端(效果属性暂时无效;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.py |    8 --------
 1 files changed, 0 insertions(+), 8 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..6a9a2a3 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
@@ -1076,14 +1076,6 @@
         
     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
-
 #===============================================================================
 ## 检查是否是装备
 #  @param curItem 

--
Gitblit v1.8.0