diff options
author | HiZe_ <superhize@hotmail.com> | 2023-07-24 13:59:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 13:59:47 +0200 |
commit | 105fc8082a59f3bade7a7cf560a9d27c521b4f30 (patch) | |
tree | d98048a11f72bdf6015150f8614de38698d957b3 /src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt | |
parent | 2c61e4e7ee05a5ebb7d3012d1aae6a6e3aa4d04e (diff) | |
download | skyhanni-105fc8082a59f3bade7a7cf560a9d27c521b4f30.tar.gz skyhanni-105fc8082a59f3bade7a7cf560a9d27c521b4f30.tar.bz2 skyhanni-105fc8082a59f3bade7a7cf560a9d27c521b4f30.zip |
Merge pull request #309
* added text on Killer spring and Blood ichor
* twinclaw sound and delay
* Merge branch 'beta' of https://github.com/hannibal002/skyhanni into i…
* draw line from boss to ichor/spring
* changed default color
* fixes
* fixes
* draw line to the boss head if higlighted
* Merge branch 'beta' into ichor_spring_text
* merge conflicts and more sub configs
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, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt index 60254162c..3985c00a1 100644 --- a/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt +++ b/src/main/java/at/hannibal2/skyhanni/SkyHanniMod.kt @@ -349,7 +349,7 @@ class SkyHanniMod { loadModule(HighlightMiningCommissionMobs()) loadModule(ShowMotesNpcSellPrice()) loadModule(LivingMetalSuitProgress()) - loadModule(VampireSlayerFeatures()) + loadModule(VampireSlayerFeatures) loadModule(BlobbercystsHighlight()) loadModule(LivingCaveDefenseBlocks()) loadModule(LivingCaveLivingMetalHelper()) |