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