refactor(Core/Combat): Code style and improvement of ThreatMgr (#12992)
This commit is contained in:
parent
ddcf0e79b6
commit
1f472bddd3
61 changed files with 212 additions and 196 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue