chore(Core): typo fixes (#6272)

Co-authored-by: Bogir <m-000@bk.ru>
This commit is contained in:
Bogir[rus]
2021-06-16 14:28:00 +05:00
committed by GitHub
parent ae703c1383
commit e3a5727222
13 changed files with 12 additions and 13 deletions

View File

@@ -2450,7 +2450,7 @@ void WorldObject::GetCreatureListWithEntryInGrid(std::list<Creature*>& creatureL
{
Acore::AllCreaturesOfEntryInRange check(this, entry, maxSearchRange);
Acore::CreatureListSearcher<Acore::AllCreaturesOfEntryInRange> searcher(this, creatureList, check);
Cell::VisitGridObjects(this, searcher, maxSearchRange);;
Cell::VisitGridObjects(this, searcher, maxSearchRange);
}
/*