From 277e707b0a320ebed7584ed11886a66d380de1b2 Mon Sep 17 00:00:00 2001 From: killerwife Date: Wed, 3 Jul 2024 12:38:28 +0200 Subject: [PATCH] Magtheridon: Remove TODO and adjust comments --- .../magtheridons_lair/boss_magtheridon.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/game/AI/ScriptDevAI/scripts/outland/hellfire_citadel/magtheridons_lair/boss_magtheridon.cpp b/src/game/AI/ScriptDevAI/scripts/outland/hellfire_citadel/magtheridons_lair/boss_magtheridon.cpp index 67fa2e7611..15a62243a2 100644 --- a/src/game/AI/ScriptDevAI/scripts/outland/hellfire_citadel/magtheridons_lair/boss_magtheridon.cpp +++ b/src/game/AI/ScriptDevAI/scripts/outland/hellfire_citadel/magtheridons_lair/boss_magtheridon.cpp @@ -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 */ @@ -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);