From 84d6a25dd1bfcddc63fbb8cc39f39e47c8be57b9 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 15 Oct 2021 10:41:00 +0800 Subject: [PATCH] 1 --- server/gameserver/constant.h | 1 + 1 file changed, 1 insertion(+) diff --git a/server/gameserver/constant.h b/server/gameserver/constant.h index 4104950..37844ac 100644 --- a/server/gameserver/constant.h +++ b/server/gameserver/constant.h @@ -91,6 +91,7 @@ enum InventorySlot_e IS_HEALTHKIT = 7, //医疗包 IS_PAIN_KILLER = 8, //止痛药 IS_SHEN_BAO = 9, //肾上腺速 + IS_ICE = 10, //冰 IS_1XSCOPE = 12, IS_2XSCOPE = 13,