Fixed some additional found nullptrs

This commit is contained in:
Antz 2016-09-21 20:49:06 +01:00 committed by Antz
parent 2e925eddd5
commit 2d960a4b1c
36 changed files with 303 additions and 303 deletions

View file

@ -9544,7 +9544,7 @@ void ObjectMgr::LoadActiveEntities(Map* _map)
{
_map = sMapMgr.FindMap(continents[i]);
if (!_map)
_map = sMapMgr.CreateMap(continents[i], nullptr);
_map = sMapMgr.CreateMap(continents[i], NULL);
if (_map)
LoadActiveEntities(_map);