Skip to content

Commit

Permalink
fix witchwing nestmatron avenge threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientromp committed Apr 9, 2022
1 parent e2893e8 commit dd0326d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firestone-hs/simulate-bgs-battle",
"version": "1.1.163",
"version": "1.1.164",
"description": "",
"scripts": {
"lint": "eslint --color --fix --ext .ts .",
Expand Down
4 changes: 2 additions & 2 deletions src/cards/cards-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ export class CardsData {
case CardIds.BuddingGreenthumbBattlegrounds:
case CardIds.Sisefin:
case CardIds.SisefinBattlegrounds:
case CardIds.WitchwingNestmatron:
case CardIds.WitchwingNestmatronBattlegrounds:
return 3;
case CardIds.ImpatientDoomsayer:
case CardIds.ImpatientDoomsayerBattlegrounds:
case CardIds.WitchwingNestmatron:
case CardIds.WitchwingNestmatronBattlegrounds:
case CardIds.TonyTwoTusk:
case CardIds.TonyTwoTuskBattlegrounds:
case CardIds.Onyxia_Broodmother:
Expand Down

0 comments on commit dd0326d

Please sign in to comment.