mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Fix a typo in Keristrasza's script. Patch by havenard, #1373.
--HG-- branch : trunk
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user