From 0731648ed883bc85c648e86f7df42165ecca0369 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 29 Jul 2024 19:30:32 +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 b9d942e0..9e4320d4 100644 --- a/server/gameserver/constant.h +++ b/server/gameserver/constant.h @@ -329,6 +329,7 @@ enum ObstacleType_e kObstacleStrengthenWall = 12, kObstacleMedicalStation = 13, kObstacleFlameSurface = 16, + kObstacleTreasureBox = 18, }; enum BulletHit_e