diff --git a/hearthstone/enums.py b/hearthstone/enums.py index 9d6ac6d..8f67881 100644 --- a/hearthstone/enums.py +++ b/hearthstone/enums.py @@ -1053,6 +1053,11 @@ class GameTag(IntEnum): CANT_EXHAUST = 226 CANT_TARGET = 228 CANT_DESTROY = 229 + + UPGRADED_HERO_POWER = 1086 + LIBRAM = 1546 + SI_7 = 1678 + # Enum number changed # HISTORY_PROXY_NO_BIG_CARD = 427