refactor(Core/Grids): Ported cmangos/mangos-wotlk@ea99457 (#6113)

* refactor(Core/Grids): Ported cmangos/mangos-wotlk@ea99457

(cherry picked from commit d6201e5dbb)
Co-Authored-By: Shauren <shauren.trinity@gmail.com>
Co-Authored-By: SilverIce <slifeleaf@gmail.com>

* Update CellImpl.h

* w

* more more brackets

* ew

* fix build
This commit is contained in:
Kitzunu 2021-06-03 05:27:51 +02:00 committed by GitHub
parent cc28cf6bf0
commit 7152ddc82c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 238 additions and 361 deletions

View file

@ -2233,9 +2233,7 @@ public:
Acore::RespawnDo u_do;
Acore::WorldObjectWorker<Acore::RespawnDo> worker(player, u_do);
TypeContainerVisitor<Acore::WorldObjectWorker<Acore::RespawnDo>, GridTypeMapContainer > obj_worker(worker);
cell.Visit(p, obj_worker, *player->GetMap(), *player, player->GetGridActivationRange());
Cell::VisitGridObjects(player, worker, player->GetGridActivationRange());
return true;
}