From b85227ab477b238b09bedbb5b20fcf5694500528 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期五, 27 十月 2023 14:10:43 +0800 Subject: [PATCH] 9961 【BT0.1】【主干】倒计时礼包(修改物品类型为145) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py index 41341d2..a36d117 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/ChConfig.py @@ -408,7 +408,7 @@ Def_ItemType_DogzStuff = 139 # 神兽材料 -Def_ItemType_CanUseByCDTime = 144 # 创建后根据CDTime到后可开启 +Def_ItemType_CanUseByCDTime = 145 # 创建后根据CDTime到后可开启 #以下定义物品类型下次删除 Def_Item_Type_Horse = 1000036 #坐骑 -- Gitblit v1.8.0