Core/DB2: Add Mardum map to be split by faction

Port From (https://github.com/TrinityCore/TrinityCore/commit/7719feb76254260063109d6fd1a0f6dc819a577e)
This commit is contained in:
hondacrx
2024-02-01 09:17:14 -05:00
parent c7c5b74497
commit 6bab5cefc7
@@ -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)
}