Scripts/TOC: Anub'arak should enrage after 10 minutes, not 15. By telsamat.

Closes #2289
This commit is contained in:
Nay
2011-09-15 01:46:32 +02:00
parent b5e48fccc5
commit bff26d9319

View File

@@ -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;