mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Dynamic build fix
This commit is contained in:
@@ -96,7 +96,6 @@ Map* MapManager::CreateBaseMap_i(MapEntry const* mapEntry)
|
||||
else
|
||||
map = new Map(mapEntry->ID, i_gridCleanUpDelay, 0, DIFFICULTY_NONE);
|
||||
|
||||
|
||||
i_maps[mapEntry->ID] = map;
|
||||
|
||||
if (!mapEntry->Instanceable())
|
||||
|
||||
Reference in New Issue
Block a user