diff --git a/Source/Game/DataStorage/Structs/M_Records.cs b/Source/Game/DataStorage/Structs/M_Records.cs index c33ba9d73..5d6690aa2 100644 --- a/Source/Game/DataStorage/Structs/M_Records.cs +++ b/Source/Game/DataStorage/Structs/M_Records.cs @@ -99,6 +99,7 @@ namespace Game.DataStorage { return Id == 609 || // Acherus (DeathKnight Start) Id == 1265 || // Assault on the Dark Portal (WoD Intro) + Id == 1481 || // Mardum (DH Start) Id == 2175 || // Exiles Reach - NPE Id == 2570; // Forbidden Reach (Dracthyr/Evoker Start) }