Skip to content

Commit

Permalink
Update solo adventure mage decks (HearthSim#3809)
Browse files Browse the repository at this point in the history
* Updated Monter Hunt Mage deck

* Updated Dungeon Run Mage deck
  • Loading branch information
CLJunge authored and azeier committed Oct 27, 2018
1 parent f255644 commit 27e32f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Hearthstone Deck Tracker/Hearthstone/DungeonRun.cs
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ private static class GilDefaultDecks

public static List<string> Mage => new List<string>
{
Collectible.Mage.ArcaneMissiles,
Collectible.Mage.ManaWyrm,
Collectible.Mage.BabblingBook,
Collectible.Neutral.MadBomber,
Collectible.Mage.PrimordialGlyph,
Collectible.Mage.ShimmeringTempest,
Collectible.Mage.UnstablePortal,
Collectible.Mage.Cinderstorm,
Collectible.Mage.Flamewaker,
Collectible.Mage.Spellslinger,
Collectible.Neutral.TinkmasterOverspark,
Collectible.Mage.WaterElemental,
Expand Down Expand Up @@ -253,8 +253,8 @@ private static class LootDefaultDecks

public static List<string> Mage = new List<string>
{
Collectible.Neutral.ArcaneAnomaly,
Collectible.Mage.ArcaneMissiles,
Collectible.Mage.ManaWyrm,
Collectible.Neutral.Doomsayer,
Collectible.Mage.Frostbolt,
Collectible.Mage.SorcerersApprentice,
Expand Down

0 comments on commit 27e32f7

Please sign in to comment.