mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 08:46:09 +00:00
refactor(Core/Misc): acore to Acore (#6043)
This commit is contained in:
@@ -271,7 +271,7 @@ public:
|
||||
|
||||
void SelectTarget(std::list<WorldObject*>& targets)
|
||||
{
|
||||
targets.remove_if(acore::RandomCheck(50));
|
||||
targets.remove_if(Acore::RandomCheck(50));
|
||||
}
|
||||
|
||||
void HandlePull(SpellEffIndex effIndex)
|
||||
|
||||
Reference in New Issue
Block a user