mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
refactor(Core/Misc): acore to Acore (#6043)
This commit is contained in:
@@ -395,7 +395,7 @@ public:
|
||||
{
|
||||
while (!_targets.empty())
|
||||
{
|
||||
ObjectGuid guid = acore::Containers::SelectRandomContainerElement(_targets);
|
||||
ObjectGuid guid = Acore::Containers::SelectRandomContainerElement(_targets);
|
||||
if (Unit* target = ObjectAccessor::GetUnit(*GetTarget(), guid))
|
||||
{
|
||||
// xinef: target may be no longer valid
|
||||
|
||||
Reference in New Issue
Block a user