From 12bf6bffaa555fff1cefb31c9cdb2a9eda25ce05 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 18 Jun 2021 19:14:27 +0800 Subject: [PATCH] 1 --- server/gameserver/constant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/constant.h b/server/gameserver/constant.h index ca25651..c7f8843 100755 --- a/server/gameserver/constant.h +++ b/server/gameserver/constant.h @@ -380,7 +380,7 @@ const int SPEC3_IS_END = IS_OIL_BUCKET; const int SPEC1_SLOT_BEGIN = 3; //手雷 烟雾弹 const int SPEC2_SLOT_BEGIN = 5; //毒气弹 燃烧瓶 陷井 地雷 -const int SPEC3_SLOT_BEGIN = 9; //毒气弹 燃烧瓶 陷井 地雷 +const int SPEC3_SLOT_BEGIN = 9; //c4 盾墙 信号抢 汽油桶 const int DOOR_THING_ID = 61701;