Skip to content

Commit

Permalink
fix: add set converter for WONDERS
Browse files Browse the repository at this point in the history
  • Loading branch information
azeier committed Aug 22, 2023
1 parent e6147c1 commit e50be88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Hearthstone Deck Tracker/Hearthstone/HearthDbConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public static class HearthDbConverter
{1869, "Path of Arthas" },
{(int)CardSet.BATTLE_OF_THE_BANDS, "Festival of Legends" },
{(int)CardSet.TITANS, "TITANS" },
{(int)CardSet.WONDERS, "Caverns of Time" },
};

public static string? ConvertClass(CardClass cardClass)
Expand Down

0 comments on commit e50be88

Please sign in to comment.