From 793275c8a3e96a736e7113b6de2c4364c4bb4e6d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 18 Sep 2019 16:14:13 +0800 Subject: [PATCH] 1 --- server/gameserver/constant.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/gameserver/constant.h b/server/gameserver/constant.h index 48e3cab..d1a1e91 100755 --- a/server/gameserver/constant.h +++ b/server/gameserver/constant.h @@ -77,8 +77,8 @@ enum InventorySlot_e IS_RPG = 4, IS_FRAG = 5, IS_SMOKE = 6, - IS_HEALTHKIT = 7, - IS_PAIN_KILLER = 8, + IS_HEALTHKIT = 7, //医疗包 + IS_PAIN_KILLER = 8, //止痛药 IS_1XSCOPE = 12, IS_2XSCOPE = 13,