mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-26 07:06:23 +00:00
fix(Scripts/Karazhan): fix visual of infernals on Malchezaar (#17304)
* test * remove comment
This commit is contained in:
@@ -157,7 +157,6 @@ struct boss_malchezaar : public BossAI
|
||||
if (Creature* infernal = relay->SummonCreature(NPC_NETHERSPITE_INFERNAL, target->GetPosition(), TEMPSUMMON_TIMED_DESPAWN, 180000))
|
||||
{
|
||||
infernal->SetDisplayId(INFERNAL_MODEL_INVISIBLE);
|
||||
relay->CastSpell(target, SPELL_INFERNAL_RELAY_TWO);
|
||||
relay->CastSpell(infernal, SPELL_INFERNAL_RELAY);
|
||||
infernal->SetFaction(me->GetFaction());
|
||||
infernal->SetControlled(true, UNIT_STATE_ROOT);
|
||||
|
||||
Reference in New Issue
Block a user