Skip to content

Commit 9dce256

Browse files
committed
fix: crimson blaze packs
1 parent b73e09d commit 9dce256

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

frontend/src/lib/CardsDB.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,7 @@ export const expansions: Expansion[] = [
202202
name: 'crimsonblaze',
203203
id: 'B1a',
204204
internalId: 13,
205-
packs: [
206-
{ name: 'crimsonblazepack', color: '#bf8f78' },
207-
{ name: 'everypack', color: '#c0c0c0' },
208-
],
205+
packs: [{ name: 'crimsonblazepack', color: '#bf8f78' }],
209206
missions: b1aMissions,
210207
tradeable: true,
211208
openable: true,

0 commit comments

Comments
 (0)