mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +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())
|
||||
return i->second;
|
||||
|
||||
return i->second;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
uint32 GetVirtualMapForMapAndZone(uint32 mapid, uint32 zoneId)
|
||||
|
||||
Reference in New Issue
Block a user