Skip to content

Commit

Permalink
Fixed weapon incorrect group closes #93
Browse files Browse the repository at this point in the history
  • Loading branch information
Gobluebro committed Aug 6, 2024
1 parent 918e084 commit afb3614
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions data/lists/weapons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -963,6 +963,14 @@ export const WeaponsList: Array<ListType> = [
"Erdsteel Dagger"
),
},
{
id: "0220dd17-583c-42c3-8c27-fe2305888a99",
description: rawHTMLLink(
"https://eldenring.wiki.fextralife.com/Fire+Knight's+Shortsword",
"Fire Knight's Shortsword"
),
isDLC: true,
},
{
id: "2fe45e79-8217-439c-a970-82b18ae7d4e8",
description: rawHTMLLink(
Expand Down Expand Up @@ -3328,14 +3336,6 @@ export const WeaponsList: Array<ListType> = [
"Crystal Sword"
),
},
{
id: "0220dd17-583c-42c3-8c27-fe2305888a99",
description: rawHTMLLink(
"https://eldenring.wiki.fextralife.com/Fire+Knight's+Shortsword",
"Fire Knight's Shortsword"
),
isDLC: true,
},
{
id: "a77c72dc-35f5-4ea9-9017-809d86523977",
description: rawHTMLLink(
Expand Down

0 comments on commit afb3614

Please sign in to comment.