Fix a typo in Keristrasza's script. Patch by havenard, #1373.

--HG--
branch : trunk
This commit is contained in:
Anubisss
2010-03-30 21:38:03 +02:00
parent ed40fed971
commit 82686437fb

View File

@@ -177,7 +177,7 @@ struct boss_keristraszaAI : public ScriptedAI
uiCheckIntenseColdTimer = 2*IN_MILISECONDS;
} else uiCheckIntenseColdTimer -= diff;
if (!bEnrage && (m_creature->GetHealth() < HealthBelowPct(25)))
if (!bEnrage && HealthBelowPct(25))
{
DoScriptText(SAY_ENRAGE, m_creature);
DoCast(m_creature, SPELL_ENRAGE);