Skip to content

Commit 2c2bbe2

Browse files
v9.19.6
1 parent 3b3f7a8 commit 2c2bbe2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

hearthstone/enums.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -795,6 +795,7 @@ class GameTag(IntEnum):
795795
CARD_ALTERNATE_COST = 2837
796796
EMOTECHARACTER = 2839
797797
HAS_ACTIVATE_POWER = 2840
798+
BACON_DEEP_BLUE = 2850
798799
EMOTECLASS = 2851
799800
VENOMOUS = 2853
800801
MAGNETIC_TO_RACE = 2859
@@ -1051,6 +1052,7 @@ class GameTag(IntEnum):
10511052
SUPPRESS_ALT_CARD_TEXT_FOR_OPPONENT = 4300
10521053
BACON_PLAYER_ENCHANTMENT_DISPLAY_ENABLED = 4308
10531054
BACON_GUIDE_RELATED_CARD = 4314
1055+
BACON_FACTION_BANNERS_ENABLED = 4383
10541056
PLAYER_DEATHRATTLE = 4398
10551057
NOZDORMU_HINT = 4406
10561058
DISPLAY_ENTITY_IN_PLAY_HAS_BLUE_GLOW = 4407
@@ -1083,6 +1085,7 @@ class GameTag(IntEnum):
10831085
BACON_BLACK_MARKET_EXTRA_CHRONUM = 4542
10841086
BIG_CARD_AS_TOOLTIP_USE_TOOKTIP_SYSTEM = 4544
10851087
HAS_TIMEWARPED_TAVERN_ALT_TEXT = 4579
1088+
DORMANT_AWAKENED_THIS_TURN = 4606
10861089

10871090
InvisibleDeathrattle = 335
10881091
ImmuneToSpellpower = 349

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = hearthstone
3-
version = 9.19.5
3+
version = 9.19.6
44
description = CardDefs.xml parser and Hearthstone enums for Python
55
long_description = file: README.md
66
long_description_content_type=text/markdown

0 commit comments

Comments
 (0)