Skip to content

Commit

Permalink
chore: update Enums for 27.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Sep 19, 2023
1 parent 3aeae26 commit 1879248
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions HearthDb/Enums/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ public enum Booster
BATTLE_OF_THE_BANDS = 854,
CAVERNS_OF_TIME = 894,
PATH_OF_ARTHAS = 903,
WILD_WEST = 922,
}

public enum BrawlType
Expand Down Expand Up @@ -238,6 +239,7 @@ public enum CardSet
PLACEHOLDER_202204 = 1810,
TITANS = 1858,
PATH_OF_ARTHAS = 1869,
WILD_WEST = 1892,
WONDERS = 1898,
}

Expand Down Expand Up @@ -1296,7 +1298,10 @@ public enum GameTag
TITAN_ABILITY_USED_1 = 3140,
TITAN_ABILITY_USED_2 = 3141,
TITAN_ABILITY_USED_3 = 3142,
ANOMALY1 = 3182,
ANOMALY2 = 3183,
SUPPRESS_EVIL_TWIN_MUSTACHE_SOUND = 3198,
HERO_DOESNT_MOVE_ON_ATTACK = 3211,
}

public enum GameType
Expand Down Expand Up @@ -1395,6 +1400,7 @@ public enum MetaDataType
STUB_20_6_LETTUCE = 23,
HISTORY_TRIGGER_SOURCE = 24,
HISTORY_SOURCE_OWNER = 25,
HISTORY_REMOVE_ENTITIES = 26,
}

public enum Mulligan
Expand Down

0 comments on commit 1879248

Please sign in to comment.