Skip to content

Commit aa69e1f

Browse files
committed
v9.19.7
1 parent 2c2bbe2 commit aa69e1f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

hearthstone/enums.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,8 +1084,15 @@ class GameTag(IntEnum):
10841084
BACON_FREE_REFRESH_COUNT = 4536
10851085
BACON_BLACK_MARKET_EXTRA_CHRONUM = 4542
10861086
BIG_CARD_AS_TOOLTIP_USE_TOOKTIP_SYSTEM = 4544
1087+
BACON_PIRATE_BUFFATKVALUE = 4567
1088+
BACON_PIRATE_BUFFHEALTHVALUE = 4568,
10871089
HAS_TIMEWARPED_TAVERN_ALT_TEXT = 4579
10881090
DORMANT_AWAKENED_THIS_TURN = 4606
1091+
BACON_PIRATE_TOOLTIP = 4613
1092+
BACON_TIMEWARP_TURN1_TOOLTIP = 4635
1093+
BACON_TIMEWARP_TURN2_TOOLTIP = 4636
1094+
BACON_TOTAL_TIMEWARPS_FOR_GAME = 4637
1095+
BACON_TIMEWARP_CHRONUM_TOOLTIP = 4638
10891096

10901097
InvisibleDeathrattle = 335
10911098
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.6
3+
version = 9.19.7
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)