Core/Misc: Rename LinkedListHead::getSize to size to fit standard container naming

This commit is contained in:
Shauren
2025-07-11 17:51:49 +02:00
parent fbbcc31670
commit f4c0ede726
8 changed files with 8 additions and 8 deletions

View File

@@ -142,7 +142,7 @@ struct boss_morogrim_tidewalker : public BossAI
void JustEngagedWith(Unit* who) override
{
Playercount = me->GetMap()->GetPlayers().getSize();
Playercount = me->GetMap()->GetPlayers().size();
Talk(SAY_AGGRO);
_JustEngagedWith(who);
}