diff options
author | Empa <42304516+ItsEmpa@users.noreply.github.com> | 2024-01-20 11:09:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-20 11:09:51 +0100 |
commit | 4fc5ec4aa7acbaa055605c85dc57932837efa02b (patch) | |
tree | 41a24c831f58cc8fa82a4f9dde0c2875abf0f9d4 | |
parent | 7b5f02cb1b408a30faa7ae7a1baffe28c509e662 (diff) | |
download | SkyHanni-REPO-4fc5ec4aa7acbaa055605c85dc57932837efa02b.tar.gz SkyHanni-REPO-4fc5ec4aa7acbaa055605c85dc57932837efa02b.tar.bz2 SkyHanni-REPO-4fc5ec4aa7acbaa055605c85dc57932837efa02b.zip |
Change: Added Crown of Greed as NPC sellable item (#97)
Added Crown of Greed as NPC sellable item #97
-rw-r--r-- | constants/HideNotClickableItems.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 474d2f9..08c36ee 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -60,7 +60,8 @@ "Tripwire Hook", "Twilight Arrow Poison", "White Wool", - "Wishing Compass" + "Wishing Compass", + "Crown of Greed" ], "startsWith": [ "Music Disc" |