Skip to content

Commit 2f1123c

Browse files
committed
4.2 update
1 parent a36c303 commit 2f1123c

File tree

5 files changed

+5018
-3356
lines changed

5 files changed

+5018
-3356
lines changed

src/commands/characters/books.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Amounts need to be without extras from constellations`,
7070
const { materials } = data
7171

7272
const allBooks = Object.values(materials)
73-
.filter(x => x.type?.startsWith("Talent Level-Up Material") && x.stars == 3)
73+
.filter(x => x.type?.startsWith("Character Talent Material") && x.stars == 3)
7474

7575
const days = [
7676
["Monday & Thursday", "Monday/Thursday/Sunday"],

0 commit comments

Comments
 (0)