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/SkyHanniMod.kt | |
| 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/SkyHanniMod.kt')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index a9a03eeb4..90c4a03ae 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -280,7 +280,6 @@ import at.hannibal2.skyhanni.features.misc.trevor.TrevorTracker import at.hannibal2.skyhanni.features.misc.update.UpdateManager import at.hannibal2.skyhanni.features.misc.visualwords.ModifyVisualWords import at.hannibal2.skyhanni.features.nether.PabloHelper -import at.hannibal2.skyhanni.features.nether.QuestItemHelper import at.hannibal2.skyhanni.features.nether.SulphurSkitterBox import at.hannibal2.skyhanni.features.nether.VolcanoExplosivityDisplay import at.hannibal2.skyhanni.features.nether.ashfang.AshfangBlazes @@ -694,7 +693,6 @@ class SkyHanniMod { loadModule(GlowingDroppedItems()) loadModule(DungeonTeammateOutlines()) loadModule(DungeonRankTabListColor()) - loadModule(QuestItemHelper()) loadModule(VolcanoExplosivityDisplay()) loadModule(PlayerChatSymbols()) loadModule(FixNEUHeavyPearls()) |
