diff --git a/server/gameserver/constant.h b/server/gameserver/constant.h index 856ca6b..b66878e 100755 --- a/server/gameserver/constant.h +++ b/server/gameserver/constant.h @@ -143,13 +143,14 @@ enum BuffEffectType_e kBET_HunLuan = 23, //混乱,在烟雾弹中不自动瞄准 kBET_Fly = 24, //飞行中 kBET_Jump = 25, //跳伞中 - kBET_ThroughWall = 26, //穿墙 kBET_InGrass = 27, //在草丛 kBET_InWater = 28, //在水里 kBET_InIce = 29, //在冰里 kBET_Driver = 30, //驾驶中 kBET_Passenger = 31, //乘座 + kBET_ThroughWall = 50, //穿墙 + kBET_End };