feat(Core/Config): Add parameter to load all grids of all non-instanced maps on server start (#2283)

This commit is contained in:
Stoabrogga
2019-09-30 17:06:32 +02:00
committed by GitHub
parent 439bcbda19
commit ab55aa4e5a
5 changed files with 45 additions and 16 deletions

View File

@@ -319,6 +319,7 @@ class Map : public GridRefManager<NGridType>
}
void LoadGrid(float x, float y);
void LoadAllCells();
bool UnloadGrid(NGridType& ngrid);
virtual void UnloadAll();