mirror of
https://github.com/mangosfour/server.git
synced 2025-12-20 16:37:04 +00:00
Fixed some additional found nullptrs
This commit is contained in:
parent
2e925eddd5
commit
2d960a4b1c
36 changed files with 303 additions and 303 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue