Core/Entities: Phasing rewrite

This commit is contained in:
hondacrx
2018-03-28 11:09:30 -04:00
parent caad52f636
commit fa35d60f60
72 changed files with 2254 additions and 1146 deletions
-2
View File
@@ -498,8 +498,6 @@ namespace Game.DataStorage
foreach (WorldMapAreaRecord worldMapArea in CliDB.WorldMapAreaStorage.Values)
_worldMapAreaByAreaID[worldMapArea.AreaID] = worldMapArea;
CliDB.WorldMapAreaStorage.Clear();
}
public IDB2Storage GetStorage(uint type)