From 46917c6526079c4b023d3504cb70445b62ac6257 Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 15 一月 2026 19:05:10 +0800
Subject: [PATCH] 16 卡牌服务端(调整InitPyItem加载时机;)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py
index ac125e9..6a76568 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/ItemControler.py
@@ -978,7 +978,7 @@
         #itemFactory = GameWorld.GetItemFactory()
         #isBind = tagItem.GetIsBind()
         # 目前暂只记录放入背包的
-        if not isNeedRecord and packIndex in [IPY_GameWorld.rptItem, ShareDefine.rptTreasure, IPY_GameWorld.rptIdentify, ShareDefine.rptMGTuiyan]:
+        if not isNeedRecord and packIndex in ShareDefine.NeedRecordRPType:
             isNeedRecord = ItemNeedRecord(tagItem) or isForceEvent
         putResult = False
         

--
Gitblit v1.8.0