Skip to content

Commit 3686c9c

Browse files
committed
chore: Add new Vanguard relic tier
1 parent 3b098f9 commit 3686c9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/items.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function getComponentImageUrl(id) {
1919
);
2020
}
2121

22-
export const relicTiers = ["Lith", "Meso", "Neo", "Axi", "Requiem"];
22+
export const relicTiers = ["Lith", "Meso", "Neo", "Axi", "Requiem", "Vanguard"];
2323
export const relicRarity = ["Common", "Uncommon", "Rare"];
2424

2525
export const itemShape = {

0 commit comments

Comments
 (0)