From 30934085569813c1f2bb15c04715f4d35d01287b Mon Sep 17 00:00:00 2001
From: hxp <ale99527@vip.qq.com>
Date: 星期四, 08 一月 2026 10:17:10 +0800
Subject: [PATCH] 16 卡牌服务端(删除写死的旧项目无效物品ID;)
---
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py
index e6e1232..a6e2851 100644
--- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py
+++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/PyGameData.py
@@ -56,7 +56,6 @@
EquipItemSkillIDList = [] # 装备技能ID列表
AutoTransformCountItemIDList = [] # 自动转化为对应物品个数的物品ID列表
MoneyItemIDDict = {} # 货币类型1个数量对应物品ID字典 {moneyType:itemID, ...}
-g_stoneLevelIDDict = {} # 宝石类型等级对应物品ID {(stoneEffType, stoneLevel):itemID, ...}
g_refreshAttrBillboardFunc = [] # 刷属性后需要触发的同步排行榜函数列表
--
Gitblit v1.8.0