fix(Core/DBCStores): prevent crash worldserver

This commit is contained in:
Vhiper
2020-08-22 20:50:26 -03:00
committed by GitHub
parent 2a1f6c7a89
commit 77b7a20fb9

View File

@@ -633,7 +633,7 @@ WMOAreaTableEntry const* GetWMOAreaTableEntryByTripple(int32 rootid, int32 adtid
if (i != sWMOAreaInfoByTripple.end())
return i->second;
return i->second;
return nullptr;
}
uint32 GetVirtualMapForMapAndZone(uint32 mapid, uint32 zoneId)