Skip to content

Commit

Permalink
chore: update enums for 28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Nov 8, 2023
1 parent c5c3c50 commit aa2fb29
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions HearthDb/Enums/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,7 @@ public enum GameTag
TAG_SCRIPT_DATA_NUM_3 = 2889,
CARD_NAME_DATA_1 = 2890,
BACON_GLOBAL_ANOMALY_DBID = 2897,
QUICKDRAW = 2905,
BACON_COSTS_HEALTH_TO_BUY = 2911,
TAG_SCRIPT_DATA_NUM_4 = 2919,
TAG_SCRIPT_DATA_NUM_5 = 2920,
Expand All @@ -1294,6 +1295,7 @@ public enum GameTag
FX_DATANUM_2 = 3077,
RITUALIST_MINION = 3078,
FX_DATANUM_3 = 3109,
EXCAVATE = 3114,
SUMMONED_WHEN_DRAWN = 3128,
IS_ALTERNATE_HEROPOWER = 3130,
TITAN_ABILITY_USED_1 = 3140,
Expand All @@ -1308,6 +1310,9 @@ public enum GameTag
TUTORIAL_HERO_POWER_TARGET_OPPONENT_ANIM = 3197,
SUPPRESS_EVIL_TWIN_MUSTACHE_SOUND = 3198,
HERO_DOESNT_MOVE_ON_ATTACK = 3211,
CURRENT_EXCAVATE_TIER = 3249,
ALONE_RANGER = 3258,
MAX_EXCAVATE_TIER = 3326,
}

public enum GameType
Expand Down

0 comments on commit aa2fb29

Please sign in to comment.