From 765be4208f647c11b235029fb5157af7b3bbcdda Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期一, 10 五月 2021 16:42:54 +0800
Subject: [PATCH] 8932 【BT2】【主干】【后端】物品转移背包类型后,支持上线刷新(删除根据物品ID判断所属背包逻辑)

---
 ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
index 972e149..82c39d9 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -397,13 +397,6 @@
         #寻宝背包、临时背包不做处理
         return defaultPack
     import IpyGameDataPY
-    
-    itemID = itemData.GetItemTypeID()
-    Def_PackItemIDList_Dict = IpyGameDataPY.GetFuncEvalCfg("PutInItemPack", 2, {})
-    for pack, itemIDList in Def_PackItemIDList_Dict.items():
-        if itemID in itemIDList:
-            return int(pack)
-        
     itemType = itemData.GetType()
     Def_PackItemTypeList_Dict = IpyGameDataPY.GetFuncEvalCfg("PutInItemPack", 1, {})
     for pack, itemTypeList in Def_PackItemTypeList_Dict.items():

--
Gitblit v1.8.0