From 28330a0568943662aff726f6175798cc8708c2c5 Mon Sep 17 00:00:00 2001 From: Absterge <106860128+Absterge@users.noreply.github.com> Date: Wed, 25 Oct 2023 00:14:08 +0100 Subject: Removed Day + Night Crystals (#45) Both items can be auctioned + traded. --- constants/HideNotClickableItems.json | 10 +++------- 1 file 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 +} -- cgit