Core/Misc: Fixed doxygen docs being attached to wrong fields

This commit is contained in:
Shauren
2023-08-27 01:58:50 +02:00
parent 9ca85627e2
commit 43584b4d1d
9 changed files with 43 additions and 43 deletions

View File

@@ -351,7 +351,7 @@ class boss_freya : public CreatureScript
{
me->AddAura(SPELL_DRAINED_OF_POWER, Elder[n]);
Elder[n]->CastSpell(me, SPELL_IRONBRANCH_ESSENCE, true);
Elder[n]->RemoveLootMode(LOOT_MODE_DEFAULT); //! Why?
Elder[n]->RemoveLootMode(LOOT_MODE_DEFAULT); // Why?
Elder[n]->AI()->AttackStart(who);
AddThreat(who, 250.0f, Elder[n]);
++elderCount;