mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 09:33:47 +00:00
fix(Scripts/MoltenCore): Shazzrah should teleport to players (#9212)
This commit is contained in:
@@ -165,8 +165,8 @@ public:
|
||||
|
||||
if (caster && target)
|
||||
{
|
||||
caster->CastSpell(target, SPELL_SHAZZRAH_GATE, true);
|
||||
caster->CastSpell(caster, SPELL_ARCANE_EXPLOSION);
|
||||
target->CastSpell(caster, SPELL_SHAZZRAH_GATE, true);
|
||||
caster->CastSpell(nullptr, SPELL_ARCANE_EXPLOSION);
|
||||
|
||||
if (Creature* creatureCaster = caster->ToCreature())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user