We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f2fb4 commit cbaf01fCopy full SHA for cbaf01f
HearthDb/Enums/Enums.cs
@@ -129,6 +129,7 @@ public enum Booster
129
STANDARD_PACK = 713,
130
WILD_PACK = 714,
131
GOLDEN_STANDARD_PACK = 716,
132
+ REVENDRETH = 729,
133
}
134
135
public enum BrawlType
@@ -219,6 +220,7 @@ public enum CardSet
219
220
CORE = 1637,
221
VANILLA = 1646,
222
THE_SUNKEN_CITY = 1658,
223
+ REVENDRETH = 1691,
224
MERCENARIES_DEV = 1705,
225
PLACEHOLDER_202204 = 1810,
226
@@ -1126,6 +1128,7 @@ public enum GameTag
1126
1128
SPELLCRAFT_HINT = 2557,
1127
1129
MERCS_BENCH = 2570,
1130
IMMOLATESTAGE = 2600,
1131
+ DONT_SUPPRESS_KEYWORD_VO = 2636,
1132
1133
1134
public enum GameType
0 commit comments