Skip to content

Commit ca55153

Browse files
committed
fix: add further missing enums
1 parent 9482216 commit ca55153

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

hearthstone/enums.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,6 +1420,7 @@ class CardType(IntEnum):
14201420
BATTLEGROUND_SPELL = 42
14211421
BATTLEGROUND_ANOMALY = 43
14221422
BATTLEGROUND_TRINKET = 44
1423+
BATTLEGROUND_CLICKABLE_BUTTON = 46
14231424

14241425
# Renamed
14251426
ABILITY = SPELL
@@ -2087,6 +2088,7 @@ class SpellSchool(IntEnum):
20872088
SPELLCRAFT = 10
20882089
LESSER_TRINKET = 11
20892090
GREATER_TRINKET = 12
2091+
UPGRADE = 13
20902092

20912093

20922094
class OptionType(IntEnum):

hearthstone/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
CardSet.CORE,
200200
CardSet.BATTLE_OF_THE_BANDS, CardSet.TITANS, CardSet.WILD_WEST,
201201
CardSet.EVENT, CardSet.WHIZBANGS_WORKSHOP, CardSet.ISLAND_VACATION,
202-
CardSet.SPACE, CardSet.EVENT,
202+
CardSet.SPACE, CardSet.EVENT, CardSet.EMERALD_DREAM
203203
],
204204
}
205205

0 commit comments

Comments
 (0)