Skip to content

Commit 058c102

Browse files
committed
exclude
1 parent 3803a35 commit 058c102

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/server/scripts/Outland/Auchindoun/ManaTombs/mana_tombs.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ class spell_mana_tombs_summon_arcane_fiends : public SpellScript
9090
void HandleScript(SpellEffIndex /*effIndex*/)
9191
{
9292
Unit* caster = GetCaster();
93-
caster->CastSpell(caster, SPELL_SUMMON_ARCANE_FIEND_1, true);
94-
caster->CastSpell(caster, SPELL_SUMMON_ARCANE_FIEND_2, true);
93+
caster->CastSpell(caster, SPELL_SUMMON_ARCANE_FIEND_1);
94+
caster->CastSpell(caster, SPELL_SUMMON_ARCANE_FIEND_2);
9595
}
9696

9797
void Register() override

0 commit comments

Comments
 (0)