mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
chore(Core/Misc): Change all TODO to doxygen comment (#14966)
This commit is contained in:
@@ -1305,7 +1305,7 @@ public:
|
||||
|
||||
if (Creature* acolyte = me->SummonCreature((isCalledBySartharion ? NPC_ACOLYTE_OF_SHADRON : NPC_DISCIPLE_OF_SHADRON), me->GetPositionX(), me->GetPositionY(), me->GetPositionZ(), me->GetOrientation()))
|
||||
{
|
||||
// TODO: inpect JustSummoned
|
||||
/// @todo: inpect JustSummoned
|
||||
summons.Summon(acolyte);
|
||||
acolyte->SetPhaseMask(16, true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user