From 3992dde450682b8ca4d73b8f2ab50eb94c4316dd Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 17 Feb 2023 11:14:27 +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 9379566e..8b181a58 100644 --- a/server/gameserver/constant.h +++ b/server/gameserver/constant.h @@ -338,8 +338,8 @@ enum ObstacleType_e kObstacleOilBucket = 9, kObstacleKeepRangeBuff = 10, kObstacleShield = 11, - kObstacleStrengthenWall = 12, - kObstacleMedicalStation = 13, + kObstacleStrengthenWall = 12, + kObstacleMedicalStation = 13, }; enum BulletHit_e