From 6bab5cefc7dfef2c722eb45d34c42c3a6e4000fd Mon Sep 17 00:00:00 2001 From: hondacrx Date: Thu, 1 Feb 2024 09:17:14 -0500 Subject: [PATCH] Core/DB2: Add Mardum map to be split by faction Port From (https://github.com/TrinityCore/TrinityCore/commit/7719feb76254260063109d6fd1a0f6dc819a577e) --- Source/Game/DataStorage/Structs/M_Records.cs | 1 + 1 file changed, 1 insertion(+) 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) }