Skip to content

Commit e5ffa4d

Browse files
committed
exclude
1 parent 058c102 commit e5ffa4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/server/scripts/Outland/TempestKeep/Mechanar/boss_pathaleon_the_calculator.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,9 @@ class spell_pathaleon_summon_nether_wraiths : public SpellScript
229229
void HandleScript(SpellEffIndex /*effIndex*/)
230230
{
231231
Unit* caster = GetCaster();
232-
caster->CastSpell(caster, SPELL_SUMMON_NETHER_WRAITH_LEFT, true);
233-
caster->CastSpell(caster, SPELL_SUMMON_NETHER_WRAITH_FRONT, true);
234-
caster->CastSpell(caster, SPELL_SUMMON_NETHER_WRAITH_BACK, true);
232+
caster->CastSpell(caster, SPELL_SUMMON_NETHER_WRAITH_LEFT);
233+
caster->CastSpell(caster, SPELL_SUMMON_NETHER_WRAITH_FRONT);
234+
caster->CastSpell(caster, SPELL_SUMMON_NETHER_WRAITH_BACK);
235235
}
236236

237237
void Register() override

0 commit comments

Comments
 (0)