From 82686437fb3c9fff5ec456e9fefdbe782b0604ee Mon Sep 17 00:00:00 2001 From: Anubisss Date: Tue, 30 Mar 2010 21:38:03 +0200 Subject: Fix a typo in Keristrasza's script. Patch by havenard, #1373. --HG-- branch : trunk --- src/scripts/northrend/nexus/nexus/boss_keristrasza.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/scripts/northrend/nexus/nexus/boss_keristrasza.cpp b/src/scripts/northrend/nexus/nexus/boss_keristrasza.cpp index 76faf74856e..bb020c911b2 100644 --- a/src/scripts/northrend/nexus/nexus/boss_keristrasza.cpp +++ b/src/scripts/northrend/nexus/nexus/boss_keristrasza.cpp @@ -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); -- cgit v1.2.3