refactor(Core/Combat): Code style and improvement of ThreatMgr (#12992)

This commit is contained in:
Maelthyr 2022-09-25 20:20:34 +02:00 committed by GitHub
parent ddcf0e79b6
commit 1f472bddd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
61 changed files with 212 additions and 196 deletions

View file

@ -320,7 +320,7 @@ public:
{
Talk(SAY_YSONDRE_SUMMON_DRUIDS);
auto const& attackers = me->GetThreatMgr().getThreatList();
auto const& attackers = me->GetThreatMgr().GetThreatList();
uint8 attackersCount = 0;
for (const auto attacker : attackers)