Skip to content

Commit 1e100e5

Browse files
authored
feat: add some guess GameTags (#50)
* Add GameTag.UPGRADED_HERO_POWER * Add GameTag.LIBRAM * Add GameTag.SI_7 * Move GameTag.UPGRADED_HERO_POWER, GameTag.LIBRAM and GameTag.SI_7 to guessed
1 parent 38a2e63 commit 1e100e5

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

hearthstone/enums.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,6 +1053,11 @@ class GameTag(IntEnum):
10531053
CANT_EXHAUST = 226
10541054
CANT_TARGET = 228
10551055
CANT_DESTROY = 229
1056+
1057+
UPGRADED_HERO_POWER = 1086
1058+
LIBRAM = 1546
1059+
SI_7 = 1678
1060+
10561061
# Enum number changed
10571062
# HISTORY_PROXY_NO_BIG_CARD = 427
10581063

0 commit comments

Comments
 (0)