mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: Rename LinkedListHead::getSize to size to fit standard container naming
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user