mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 20:02:25 +01:00
Scripts/TOC: Anub'arak should enrage after 10 minutes, not 15. By telsamat.
Closes #2289
This commit is contained in:
@@ -174,7 +174,7 @@ public:
|
||||
|
||||
m_uiSummonFrostSphereTimer = 20*IN_MILLISECONDS;
|
||||
|
||||
m_uiBerserkTimer = 15*MINUTE*IN_MILLISECONDS;
|
||||
m_uiBerserkTimer = 10*MINUTE*IN_MILLISECONDS;
|
||||
m_uiStage = 0;
|
||||
m_uiScarabSummoned = 0;
|
||||
m_bIntro = true;
|
||||
|
||||
Reference in New Issue
Block a user