mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-28 16:16:27 +00:00
chore(Core/Misc): Change all TODO to doxygen comment (#14966)
This commit is contained in:
@@ -141,7 +141,7 @@ public:
|
||||
n2->GetMotionMaster()->MovePoint(1, NecrolytePos2);
|
||||
n2->SetUInt32Value(UNIT_NPC_EMOTESTATE, EMOTE_STATE_READY1H);
|
||||
}
|
||||
// TODO This spell check is invalid
|
||||
/// @todo This spell check is invalid
|
||||
// if (SPELL_NECROLYTE_CHANNELING)
|
||||
// {
|
||||
n1->RemoveAura(SPELL_NECROLYTE_CHANNELING);
|
||||
@@ -410,7 +410,7 @@ public:
|
||||
{
|
||||
isInvincible = true;
|
||||
|
||||
// TODO This spell check is invalid
|
||||
/// @todo This spell check is invalid
|
||||
// if (SPELL_NECROLYTE_CHANNELING)
|
||||
me->CastSpell(me, SPELL_NECROLYTE_CHANNELING, false);
|
||||
|
||||
@@ -434,7 +434,7 @@ public:
|
||||
|
||||
void EnterCombat(Unit* /*who*/) override
|
||||
{
|
||||
// TODO This spell check is invalid
|
||||
/// @todo This spell check is invalid
|
||||
// if (SPELL_NECROLYTE_CHANNELING)
|
||||
me->RemoveAura(SPELL_NECROLYTE_CHANNELING);
|
||||
events.Reset();
|
||||
|
||||
Reference in New Issue
Block a user