Skip to content

Commit

Permalink
Magtheridon: Remove TODO and adjust comments
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed Jul 3, 2024
1 parent 5227758 commit 277e707
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@

/* ScriptData
SDName: Boss_Magtheridon
SD%Complete: 80
SDComment: Phase 3 transition requires additional research. The Manticron cubes require additional core support. Timers need to be revised.
SD%Complete: 100
SDComment:
SDCategory: Hellfire Citadel, Magtheridon's lair
EndScriptData */

Expand Down Expand Up @@ -271,9 +271,8 @@ struct boss_magtheridonAI : public CombatAI
{
case MAGTHERIDON_PHASE_3:
{
if (m_creature->GetHealthPercent() < 30.0f)
if (m_creature->GetHealthPercent() < 30.0f) // no spell exists - AI event
{
// ToDo: maybe there is a spell here - requires additional research
DoBroadcastText(SAY_CHAMBER_DESTROY, m_creature);
m_creature->HandleEmote(EMOTE_STATE_TALK);
ResetTimer(MAGTHERIDON_TRANSITION_TIMER, 5000);
Expand Down

0 comments on commit 277e707

Please sign in to comment.