Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Core/Map): remove hackfix that blocked update of GOs beeing set a…
…ctive (azerothcore#18812) - this just broke the whole purpose of setActive(true) if the gameobjects is still not really beeing set active afterwards - GetGridActivationRange() returns 0.0f for gameobjects anyways - so CalculateCellArea() will result in the minimal cell area around the gameobject's position - if the cell around the gameobject should not be updated, the gameobject should not have been set active in the first place
- Loading branch information