From 7a2f6ff8e5b6d693bd3f6790d017757a3cd95c05 Mon Sep 17 00:00:00 2001 From: Balleny <12682004+balleny@users.noreply.github.com> Date: Sat, 27 Apr 2024 11:17:11 +0200 Subject: [PATCH] fix(Core/Battleground): EOTS adjust flag respawn timer (#18759) adjust flag respawn timer --- src/server/game/Battlegrounds/Zones/BattlegroundEY.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/game/Battlegrounds/Zones/BattlegroundEY.h b/src/server/game/Battlegrounds/Zones/BattlegroundEY.h index a20132c0b..ed104de46 100644 --- a/src/server/game/Battlegrounds/Zones/BattlegroundEY.h +++ b/src/server/game/Battlegrounds/Zones/BattlegroundEY.h @@ -33,7 +33,7 @@ enum BG_EY_Events enum BG_EY_Timers { - BG_EY_FLAG_RESPAWN_TIME = 20 * IN_MILLISECONDS, + BG_EY_FLAG_RESPAWN_TIME = 10 * IN_MILLISECONDS, BG_EY_FLAG_ON_GROUND_TIME = 10 * IN_MILLISECONDS, BG_EY_FPOINTS_CHECK_TIME = 2 * IN_MILLISECONDS, BG_EY_FPOINTS_TICK_TIME = 1 * IN_MILLISECONDS