mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
Revert Visibility Notifier changes (#17682)
* Revert "fix(Core/Grid): Implement missing GridUnload setting (#17569)" This reverts commit79b39f9655. * Revert "fix(Core/Grid): Address bugs and performance issues introduced by visibility notifier implementation (#17480)" This reverts commit60e27511c5. * Revert "fix(Core): GridCleanUpDelay Log (#17436)" This reverts commit90b16ca065. * Revert "feat(Core/Grids): Implement visibility notifier (#15919)" This reverts commit2779833768.
This commit is contained in:
@@ -815,7 +815,7 @@ Creature* Battlefield::SpawnCreature(uint32 entry, float x, float y, float z, fl
|
||||
|
||||
// Set creature in world
|
||||
map->AddToMap(creature);
|
||||
creature->SetFarVisible(true);
|
||||
creature->setActive(true);
|
||||
|
||||
return creature;
|
||||
}
|
||||
@@ -840,7 +840,7 @@ GameObject* Battlefield::SpawnGameObject(uint32 entry, float x, float y, float z
|
||||
|
||||
// Add to world
|
||||
map->AddToMap(go);
|
||||
go->SetFarVisible(true);
|
||||
go->setActive(true);
|
||||
|
||||
return go;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user