From 00ddcea975b06bc5c6dd185698401a75ef3c39b0 Mon Sep 17 00:00:00 2001 From: Lorenz Date: Mon, 15 Aug 2022 21:45:23 +0200 Subject: add sven slayer --- src/main/java/at/hannibal2/skyhanni/config/features/Misc.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config') diff --git a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java index 6614c6f6c..03495f695 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java +++ b/src/main/java/at/hannibal2/skyhanni/config/features/Misc.java @@ -48,7 +48,7 @@ public class Misc { "\u00a7bEnder Dragon (not finished)", "\u00a7bRevenant Horror", "\u00a7bTarantula Broodfather", - "\u00a7bWolf Slayer (not implemented)", + "\u00a7bSven Packmaster", "\u00a7bVoidgloom Seraph", "\u00a7bInferno Demonlord (only tier 1 yet)", "\u00a7bHeadless Horseman (bugged)", @@ -63,7 +63,7 @@ public class Misc { ) @ConfigAccordionId(id = 1) //TODO only show currently working and tested features - public List damageIndicatorBossesToShow = new ArrayList<>(Arrays.asList(0, 1, 2, 5, 6, 8, 9)); + public List damageIndicatorBossesToShow = new ArrayList<>(Arrays.asList(0, 1, 2, 5, 6, 7, 8, 9)); @Expose -- cgit