Skip to content

Commit

Permalink
feat: update enums for 28.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Dec 5, 2023
1 parent 80dd229 commit 51123e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HearthDb/Enums/Enums.cs
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ public enum CardType
BATTLEGROUND_HERO_BUDDY = 24,
LOCATION = 39,
BATTLEGROUND_QUEST_REWARD = 40,
BATTLEGROUND_SPELL = 42,
BATTLEGROUND_ANOMALY = 43,
}

Expand Down Expand Up @@ -1312,6 +1313,7 @@ public enum GameTag
HERO_DOESNT_MOVE_ON_ATTACK = 3211,
CURRENT_EXCAVATE_TIER = 3249,
ALONE_RANGER = 3258,
CUTSCENE_CARD_TYPE = 3265,
MAX_EXCAVATE_TIER = 3326,
}

Expand Down Expand Up @@ -1756,6 +1758,7 @@ public enum SpellSchool
SHADOW = 6,
FEL = 7,
PHYSICAL_COMBAT = 8,
TAVERN = 9,
}

public enum State
Expand Down

0 comments on commit 51123e8

Please sign in to comment.