This commit is contained in:
Girip Dragos
2016-04-19 22:23:03 +00:00
parent e909652eba
commit 88ba2d4ebd

View File

@@ -75,7 +75,7 @@ class boss_pit_lord_argaloth : public CreatureScript
DoCastAOE(SPELL_FEL_FIRESTORM);
}
else
if(me->HealthBelowPctDamaged(3) && !second_fel_firestorm)
if(me->HealthBelowPctDamaged(33) && !second_fel_firestorm)
{
second_fel_firestorm = true;
DoCastAOE(SPELL_FEL_FIRESTORM);