Skip to content

Commit 4187495

Browse files
committed
Fix Harbinger Descent and Resonant Pearl
1 parent e72fccb commit 4187495

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Redux/Store/Settings/Expansions/Cards/selected/__test__/__snapshots__/reducer.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Array [
168168
"Glowstone",
169169
"Encased Fossil",
170170
"FoolsGold",
171-
"ResonantPearl",
171+
"HarbingerDescent",
172172
"SplinteredGarnet",
173173
"SeersWrath",
174174
"TetheredSmite",

src/aer-data/src/ENG/pastAndFuture/cards.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const cards: ICard[] = [
118118
type: 'Spell',
119119
expansion: 'PAF',
120120
name: 'Harbinger Descent',
121-
id: 'ResonantPearl',
121+
id: 'HarbingerDescent',
122122
cost: 8,
123123
effect: `
124124
<p>

0 commit comments

Comments
 (0)