Skip to content

Commit

Permalink
Added 558 id for sparkfly swamp (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMacocian committed Apr 16, 2024
1 parent 0f1b1cc commit 71aa37b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Daybreak/Models/Guildwars/Map.cs
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,7 @@ public sealed class Map : IWikiEntity
public static readonly Map DajkahInlet = new() { Id = 554, Name = "Dajkah Inlet", WikiUrl = "https://wiki.guildwars.com/wiki/Dajkah_Inlet" };
public static readonly Map TheShadowNexus = new() { Id = 555, Name = "The Shadow Nexus", WikiUrl = "https://wiki.guildwars.com/wiki/The_Shadow_Nexus" };
public static readonly Map SparkflySwamp = new() { Id = 556, Name = "Sparkfly Swamp", WikiUrl = "https://wiki.guildwars.com/wiki/Sparkfly_Swamp" };
public static readonly Map SparkflySwamp2 = new() { Id = 558, Name = "Sparkfly Swamp", WikiUrl = "https://wiki.guildwars.com/wiki/Sparkfly_Swamp" };
public static readonly Map GateOftheNightfallenLandsOutpost = new() { Id = 559, Name = "Gate of the Nightfallen Lands", WikiUrl = "https://wiki.guildwars.com/wiki/Gate_of_the_Nightfallen_Lands" };
public static readonly Map CathedralofFlamesLevel1 = new() { Id = 560, Name = "Cathedral of Flames", WikiUrl = "https://wiki.guildwars.com/wiki/Cathedral_of_Flames" };
public static readonly Map TheTroubledKeeper = new() { Id = 561, Name = "Gate of Torment", WikiUrl = "https://wiki.guildwars.com/wiki/Gate_of_Torment" };
Expand Down Expand Up @@ -1197,6 +1198,7 @@ public sealed class Map : IWikiEntity
DajkahInlet,
TheShadowNexus,
SparkflySwamp,
SparkflySwamp2,
GateOftheNightfallenLandsOutpost,
CathedralofFlamesLevel1,
TheTroubledKeeper,
Expand Down

0 comments on commit 71aa37b

Please sign in to comment.