diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2024-01-31 08:26:32 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-30 22:26:32 +0100 |
commit | aa824493ab33aa4386eeb7fdf17c272af5c3bc63 (patch) | |
tree | e542b7c3457f70a65e91680265e1adf54a7c18dc /src/main/java/at/hannibal2/skyhanni/config | |
parent | f17ac28f0531d0f1f3c787ba93a3944f8ad52bfb (diff) | |
download | skyhanni-aa824493ab33aa4386eeb7fdf17c272af5c3bc63.tar.gz skyhanni-aa824493ab33aa4386eeb7fdf17c272af5c3bc63.tar.bz2 skyhanni-aa824493ab33aa4386eeb7fdf17c272af5c3bc63.zip |
Fix & Backend: fix rep helper sacks also convert rep helper to use NEUInternalName (#963)
Using NEUInternalName in Reputation Helper Quest. Removed Quest Item Helper. Fixed Reputation Helper in Crimson Isle showing correct sack amount. #963
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/config/features/crimsonisle/CrimsonIsleConfig.java | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/crimsonisle/CrimsonIsleConfig.java b/src/main/java/at/hannibal2/skyhanni/config/features/crimsonisle/CrimsonIsleConfig.java index f46126ed6..995d61528 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/crimsonisle/CrimsonIsleConfig.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/crimsonisle/CrimsonIsleConfig.java @@ -26,14 +26,7 @@ public class CrimsonIsleConfig { public SulphurSkitterBoxConfig sulphurSkitterBoxConfig = new SulphurSkitterBoxConfig(); @Expose - @ConfigOption(name = "Quest Item Helper", desc = "When you open the fetch item quest in the town board, " + - "it shows a clickable chat message that will grab the items needed from the sacks.") - @ConfigEditorBoolean - @FeatureToggle - public boolean questItemHelper = false; - - @Expose - @ConfigOption(name = "Pablo NPC Helper", desc = "Similar to Quest Item Helper, shows a clickable message that grabs the flower needed from sacks.") + @ConfigOption(name = "Pablo NPC Helper", desc = "Shows a clickable message that grabs the flower needed from your sacks.") @ConfigEditorBoolean @FeatureToggle public boolean pabloHelper = false; |