From 80760d7bb7ae12f127bd67613dab8a8a02d4400c Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 12 二月 2026 15:29:30 +0800
Subject: [PATCH] 16 卡牌服务端(删除不需要旧功能:法器、炼体、魅力、情缘、仙宫、神兽、系统特权、印记;)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Item/UseItem/ItemCommon.py | 4 ----
1 files changed, 0 insertions(+), 4 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 19e6d2b..ca1fdfe 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
@@ -913,10 +913,6 @@
initCount = IpyGameDataPY.GetFuncCfg("InitDepotCellCount", 1)
elif packType == ShareDefine.rptTreasure:
initCount = IpyGameDataPY.GetFuncCfg("TreasureSet", 3)
- elif packType == ShareDefine.rptDogzItem:
- initCount = IpyGameDataPY.GetFuncCfg("DogzPack", 1)
- elif packType == ShareDefine.rptDogzEquip:
- initCount = IpyGameDataPY.GetFuncCfg("DogzPack", 2)
if not initCount:
bagInitCntDict = IpyGameDataPY.GetFuncEvalCfg("InitBagCellCount", 2, {})
--
Gitblit v1.8.0