diff --git a/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/instance_blackrock_depths.cpp b/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/instance_blackrock_depths.cpp index a52be1718..8907cca1d 100644 --- a/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/instance_blackrock_depths.cpp +++ b/src/server/scripts/EasternKingdoms/BlackrockMountain/BlackrockDepths/instance_blackrock_depths.cpp @@ -8,7 +8,8 @@ #include "InstanceScript.h" #include "ScriptMgr.h" -#define TIMER_TOMBOFTHESEVEN 15000 +#define TIMER_TOMBOFTHESEVEN 30000 +#define TIMER_TOMB_START 5000 #define MAX_ENCOUNTER 6 enum Creatures @@ -148,7 +149,7 @@ public: BarAleCount = 0; GhostKillCount = 0; - TombTimer = TIMER_TOMBOFTHESEVEN; + TombTimer = TIMER_TOMB_START; TombEventCounter = 0; OpenedCoofers = 0; } @@ -577,7 +578,7 @@ public: } GhostKillCount = 0; TombEventCounter = 0; - TombTimer = TIMER_TOMBOFTHESEVEN; + TombTimer = TIMER_TOMB_START; SetData(TYPE_TOMB_OF_SEVEN, NOT_STARTED); }