mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 16:38:42 +01:00
Typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user