fix(Core/GameObject): Use correct spell at meeting stone (#19311)

* fix(Core/GameObject): Use correct spell at meeting stone

* cleanup
This commit is contained in:
Kitzunu
2024-07-10 00:39:58 +02:00
committed by GitHub
parent 7a90d31687
commit 793f87fd61
3 changed files with 4 additions and 3 deletions

View File

@@ -1066,7 +1066,7 @@ void Spell::EffectTriggerRitualOfSummoning(SpellEffIndex effIndex)
finish();
m_caster->CastSpell((Unit*)nullptr, spellInfo, false);
m_caster->CastSpell((Unit*)nullptr, spellInfo, true);
}
void Spell::EffectJump(SpellEffIndex effIndex)