diff --git a/src/server/game/DataStores/DBCStores.cpp b/src/server/game/DataStores/DBCStores.cpp index 3a7d7dcb2..8778ac1d0 100644 --- a/src/server/game/DataStores/DBCStores.cpp +++ b/src/server/game/DataStores/DBCStores.cpp @@ -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)