From 435ec3b1b63e17bd44fc59a0639578df4e6f8d8f Mon Sep 17 00:00:00 2001 From: ipkpjersi Date: Mon, 29 Jan 2024 09:50:53 +0000 Subject: [PATCH] Removed unused bosses from boss kill counter --- Server/src/main/content/data/BossKillCounter.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Server/src/main/content/data/BossKillCounter.java b/Server/src/main/content/data/BossKillCounter.java index 3759a5951..e6d865600 100644 --- a/Server/src/main/content/data/BossKillCounter.java +++ b/Server/src/main/content/data/BossKillCounter.java @@ -30,11 +30,6 @@ public enum BossKillCounter { 8355, 8356, 8357, 8358, 8359, 8360, 8361, 8362, 8363, 8364, 8365, 8366, }, "Tormented demon", -1), - CALLISTO(new int[] { 8610 }, "Callisto", 14658), - SCORPIA(new int[] { 8611 }, "Scorpia", 14661), - VENENATIS(new int[] { 8612 }, "Venenatis", 14657), - VETION(new int[] { 8613 }, "Vet'ion", 14659), - KRAKEN(new int[] { 8614 }, "Cave Kraken", 14651), ;