Skip to content

Commit

Permalink
Fix Harbinger Descent and Resonant Pearl
Browse files Browse the repository at this point in the history
  • Loading branch information
deusabianca committed Jan 2, 2025
1 parent e72fccb commit 4187495
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ Array [
"Glowstone",
"Encased Fossil",
"FoolsGold",
"ResonantPearl",
"HarbingerDescent",
"SplinteredGarnet",
"SeersWrath",
"TetheredSmite",
Expand Down
2 changes: 1 addition & 1 deletion src/aer-data/src/ENG/pastAndFuture/cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const cards: ICard[] = [
type: 'Spell',
expansion: 'PAF',
name: 'Harbinger Descent',
id: 'ResonantPearl',
id: 'HarbingerDescent',
cost: 8,
effect: `
<p>
Expand Down

0 comments on commit 4187495

Please sign in to comment.