mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 22:15:15 +00:00
fix(Core/BRD): Timer for tomb of seven (#7952)
This commit is contained in:
@@ -8,7 +8,8 @@
|
|||||||
#include "InstanceScript.h"
|
#include "InstanceScript.h"
|
||||||
#include "ScriptMgr.h"
|
#include "ScriptMgr.h"
|
||||||
|
|
||||||
#define TIMER_TOMBOFTHESEVEN 15000
|
#define TIMER_TOMBOFTHESEVEN 30000
|
||||||
|
#define TIMER_TOMB_START 5000
|
||||||
#define MAX_ENCOUNTER 6
|
#define MAX_ENCOUNTER 6
|
||||||
|
|
||||||
enum Creatures
|
enum Creatures
|
||||||
@@ -148,7 +149,7 @@ public:
|
|||||||
|
|
||||||
BarAleCount = 0;
|
BarAleCount = 0;
|
||||||
GhostKillCount = 0;
|
GhostKillCount = 0;
|
||||||
TombTimer = TIMER_TOMBOFTHESEVEN;
|
TombTimer = TIMER_TOMB_START;
|
||||||
TombEventCounter = 0;
|
TombEventCounter = 0;
|
||||||
OpenedCoofers = 0;
|
OpenedCoofers = 0;
|
||||||
}
|
}
|
||||||
@@ -577,7 +578,7 @@ public:
|
|||||||
}
|
}
|
||||||
GhostKillCount = 0;
|
GhostKillCount = 0;
|
||||||
TombEventCounter = 0;
|
TombEventCounter = 0;
|
||||||
TombTimer = TIMER_TOMBOFTHESEVEN;
|
TombTimer = TIMER_TOMB_START;
|
||||||
SetData(TYPE_TOMB_OF_SEVEN, NOT_STARTED);
|
SetData(TYPE_TOMB_OF_SEVEN, NOT_STARTED);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user