aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-03 17:12:07 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2023-07-03 17:12:07 +0200
commitd63fc58efb2622abeeeb09c3006f4243cb560500 (patch)
tree6807bdbdab48531e5f0f9eb8a04815e4cce1d4fe /src/main/java/at/hannibal2/skyhanni
parent7e29ede74e1da3815fc059fc907abca88878fd39 (diff)
downloadskyhanni-d63fc58efb2622abeeeb09c3006f4243cb560500.tar.gz
skyhanni-d63fc58efb2622abeeeb09c3006f4243cb560500.tar.bz2
skyhanni-d63fc58efb2622abeeeb09c3006f4243cb560500.zip
DERELICT_ASHE is not a npc sell item
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarDataHolder.kt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarDataHolder.kt b/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarDataHolder.kt
index e6f646ef1..d426af0cf 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarDataHolder.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/bazaar/BazaarDataHolder.kt
@@ -76,6 +76,7 @@ class BazaarDataHolder {
if (internalName == "PURPLE_CANDY") return true
if (internalName == "JACOBS_TICKET") return true
if (internalName == "RAW_SOULFLOW") return true
+ if (internalName == "DERELICT_ASHE") return true
if (internalName.contains(";")) return true