mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-03 11:03:47 +00:00
Merge branch 'azerothcore:master' into Playerbot
This commit is contained in:
@@ -259,7 +259,7 @@ public:
|
||||
if (threatList.empty())
|
||||
return;
|
||||
|
||||
for (auto ref : threatList)
|
||||
for (auto& ref : threatList)
|
||||
{
|
||||
if (predicate(ref->getTarget()))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user