Skip to content

Commit

Permalink
Ulduar: Despawn all Razorscale adds
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed Jan 9, 2023
1 parent cd8b164 commit e0a600d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ struct boss_razorscaleAI : public BossAI
{
if (summoned->GetEntry() == NPC_RAZORSCALE_SPAWNER)
{
m_creature->AddSummonForOnDeathDespawn(summoned->GetObjectGuid());
summoned->CastSpell(summoned, SPELL_SUMMON_MOLE_MACHINE, TRIGGERED_OLD_TRIGGERED);

// for central spawners inform that they should spawn a sentinel
Expand Down

0 comments on commit e0a600d

Please sign in to comment.