ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py
@@ -4881,7 +4881,8 @@ ItemDel_ChatBubbleBox, # 激活聊天气泡框 ItemDel_GatherSoul, # 聚魂分解 ItemDel_CoatDecompose, # 时装分解 ) = range(2000, 2000 + 37) ItemDel_ZhuXianDecompose, # 诛仙装备分解 ) = range(2000, 2000 + 38) # 物品扣除类型对应信息 {类型:eventName, ...} ItemDelTypeDict = { @@ -4922,6 +4923,7 @@ ItemDel_ChatBubbleBox:"ChatBubbleBox", ItemDel_GatherSoul:"GatherSoul", ItemDel_CoatDecompose:"CoatDecompose", ItemDel_ZhuXianDecompose:"ZhuXianDecompose", } ##==================================================================================================