refactor(Core): rename namespaces and macros to acore (#2454)

This commit is contained in:
Viste 2019-12-01 15:13:31 +03:00 committed by Francesco Borzì
parent e19e95e5d0
commit e22d78ecd6
278 changed files with 1292 additions and 1309 deletions

View file

@ -546,7 +546,7 @@ class npc_minigob_manabonk : public CreatureScript
if (PlayerInDalaranList.empty())
return NULL;
return Trinity::Containers::SelectRandomContainerElement(PlayerInDalaranList);
return acore::Containers::SelectRandomContainerElement(PlayerInDalaranList);
}
void SendMailToPlayer(Player* player)