From 7a9b3e80b46932c9610b1143da43aff39753eabc Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期三, 31 十二月 2025 13:54:21 +0800
Subject: [PATCH] 358 【内政】红颜系统-服务端(修复红颜增加战利品掉落上限无效bug;)

---
 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