From 8ed32d1f412ac1de7b82c4ba9f51f83ca66594d6 Mon Sep 17 00:00:00 2001 From: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> Date: Tue, 24 Dec 2024 08:19:16 -0500 Subject: make the ordering of wiki links consistent (#1565) * make the ordering of wiki links consistent * attribute shard links --- items/FOOTPRINT_FOSSIL.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/FOOTPRINT_FOSSIL.json') diff --git a/items/FOOTPRINT_FOSSIL.json b/items/FOOTPRINT_FOSSIL.json index 82cc6583..f12a6889 100644 --- a/items/FOOTPRINT_FOSSIL.json +++ b/items/FOOTPRINT_FOSSIL.json @@ -21,7 +21,7 @@ "modver": "", "infoType": "WIKI_URL", "info": [ - "https://wiki.hypixel.net/Footprint_Fossil", - "https://hypixel-skyblock.fandom.com/wiki/Footprint_Fossil" + "https://hypixel-skyblock.fandom.com/wiki/Footprint_Fossil", + "https://wiki.hypixel.net/Footprint_Fossil" ] } \ No newline at end of file -- cgit