Skip to content

Commit

Permalink
Fix Majordomo being Unexecutable.
Browse files Browse the repository at this point in the history
Closes #2629
  • Loading branch information
ratkosrb committed Jun 2, 2024
1 parent 5bbbeea commit fa6a575
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,7 @@ struct boss_majordomoAI : public ScriptedAI
}
break;
case 76:
m_creature->SetInvincibilityHpThreshold(0);
if (Creature* Ragnaros = m_creature->FindNearestCreature(NPC_RAGNAROS, 100.0f, true))
Ragnaros->CastSpell(m_creature, SPELL_ELEMENTAL_FIRE, false); // 20565
// Handle rest in Ragnaros script
Expand Down

0 comments on commit fa6a575

Please sign in to comment.