refactor(Core): rename namespaces and macros to acore (#2454)
This commit is contained in:
parent
e19e95e5d0
commit
e22d78ecd6
278 changed files with 1292 additions and 1309 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue