diff options
author | Absterge <106860128+Absterge@users.noreply.github.com> | 2023-10-25 00:14:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 01:14:08 +0200 |
commit | 28330a0568943662aff726f6175798cc8708c2c5 (patch) | |
tree | 69df84092ede7734ef0bacc0b6a0db742c2dab08 | |
parent | 0dc3844df66202714999d28c0afaf7d186a0befc (diff) | |
download | SkyHanni-REPO-28330a0568943662aff726f6175798cc8708c2c5.tar.gz SkyHanni-REPO-28330a0568943662aff726f6175798cc8708c2c5.tar.bz2 SkyHanni-REPO-28330a0568943662aff726f6175798cc8708c2c5.zip |
Removed Day + Night Crystals (#45)
Both items can be auctioned + traded.
-rw-r--r-- | constants/HideNotClickableItems.json | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/constants/HideNotClickableItems.json b/constants/HideNotClickableItems.json index 63a2ea4..030d1ae 100644 --- a/constants/HideNotClickableItems.json +++ b/constants/HideNotClickableItems.json @@ -88,9 +88,7 @@ "endsWith": [ "Cat Talisman", "Cheetah Talisman", - "Day Crystal", - "Lynx Talisman", - "Night Crystal" + "Lynx Talisman" ], "contains": [ "Personal Deletor " @@ -105,11 +103,9 @@ ], "startsWith": [], "endsWith": [ - "Day Crystal", "Cat Talisman", "Cheetah Talisman", - "Lynx Talisman", - "Night Crystal" + "Lynx Talisman" ], "contains": [ "Personal Deletor " @@ -161,4 +157,4 @@ "Arack" ] } -}
\ No newline at end of file +} |