mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-05 12:03:48 +00:00
fix(Core/DBCStores): prevent crash worldserver
This commit is contained in:
@@ -633,7 +633,7 @@ WMOAreaTableEntry const* GetWMOAreaTableEntryByTripple(int32 rootid, int32 adtid
|
|||||||
if (i != sWMOAreaInfoByTripple.end())
|
if (i != sWMOAreaInfoByTripple.end())
|
||||||
return i->second;
|
return i->second;
|
||||||
|
|
||||||
return i->second;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32 GetVirtualMapForMapAndZone(uint32 mapid, uint32 zoneId)
|
uint32 GetVirtualMapForMapAndZone(uint32 mapid, uint32 zoneId)
|
||||||
|
|||||||
Reference in New Issue
Block a user