fix(Core/DBCStores): prevent crash worldserver
This commit is contained in:
parent
2a1f6c7a89
commit
77b7a20fb9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue