Skip to content

Commit

Permalink
feat: add new tourists
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Sep 10, 2024
1 parent 07663d9 commit dbb928a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hearthstone/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@
VISITING_TOURISTS = {
CardClass.DEATHKNIGHT: ["VAC_503"],
CardClass.DRUID: ["VAC_340"],
CardClass.HUNTER: ["VAC_957"],
CardClass.HUNTER: ["VAC_957", "WORK_013"],
CardClass.MAGE: ["VAC_519"],
CardClass.PALADIN: ["VAC_424"],
CardClass.PRIEST: ["VAC_501"],
CardClass.ROGUE: ["VAC_507"],
CardClass.ROGUE: ["VAC_507", "WORK_063"],
CardClass.SHAMAN: ["VAC_437"],
CardClass.WARLOCK: ["VAC_336"],
CardClass.WARRIOR: ["VAC_413"],
Expand Down

0 comments on commit dbb928a

Please sign in to comment.