mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-14 17:49:10 +00:00
refactor(Core/Misc): acore to Acore (#6043)
This commit is contained in:
@@ -1998,7 +1998,7 @@ public:
|
||||
if (targets.size() < 2)
|
||||
return;
|
||||
|
||||
targets.sort(acore::HealthPctOrderPred());
|
||||
targets.sort(Acore::HealthPctOrderPred());
|
||||
|
||||
WorldObject* target = targets.front();
|
||||
targets.clear();
|
||||
|
||||
Reference in New Issue
Block a user