Skip to content

Commit

Permalink
feat: Change data.wynntils link to Wynncraft item guide (#215)
Browse files Browse the repository at this point in the history
See Wynntils/Wynntils#3023

---------

Co-authored-by: ShadowCat117 <[email protected]>
  • Loading branch information
ShadowCat117 and ShadowCat117 authored Dec 13, 2024
1 parent 2fc4420 commit 43e9aa5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Data-Storage/urls.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"version": 12
"version": 13
},
{
"id": "apiAthenaAuthPublicKey",
Expand Down Expand Up @@ -262,17 +262,17 @@
},
{
"arguments": [
"username"
"itemname"
],
"id": "linkWynncraftPlayerStats",
"url": "https://wynncraft.com/stats/player/%{username}"
"id": "linkWynncraftItemLookup",
"url": "https://wynncraft.com/item/%{itemname}"
},
{
"arguments": [
"itemname"
"username"
],
"id": "linkWynndataItemLookup",
"url": "https://data.wynntils.com/i/%{itemname}"
"id": "linkWynncraftPlayerStats",
"url": "https://wynncraft.com/stats/player/%{username}"
},
{
"id": "linkWynntilsDiscordInvite",
Expand Down

0 comments on commit 43e9aa5

Please sign in to comment.