diff options
author | Walker Selby <git@walkerselby.com> | 2023-10-24 18:22:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 19:22:38 +0200 |
commit | 0dc3844df66202714999d28c0afaf7d186a0befc (patch) | |
tree | d8209c28822aab8ba05f9b0981e3bf60ab414702 | |
parent | 30f6eff6c5b665e09dd69a5f84accbfc83f8c90b (diff) | |
download | SkyHanni-REPO-0dc3844df66202714999d28c0afaf7d186a0befc.tar.gz SkyHanni-REPO-0dc3844df66202714999d28c0afaf7d186a0befc.tar.bz2 SkyHanni-REPO-0dc3844df66202714999d28c0afaf7d186a0befc.zip |
Add new Winter warps (#44)
-rw-r--r-- | constants/Warps.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/constants/Warps.json b/constants/Warps.json index 2f790ab..47451a3 100644 --- a/constants/Warps.json +++ b/constants/Warps.json @@ -31,6 +31,7 @@ "hub", "island", "isle", + "jerry", "jungle", "kuudra", "mines", @@ -51,7 +52,9 @@ "trapper", "village", "void", + "winter", "wiz", - "wizard" + "wizard", + "workshop" ] }
\ No newline at end of file |