Removed unused bosses from boss kill counter

This commit is contained in:
ipkpjersi 2024-01-29 09:50:53 +00:00 committed by Ryan
parent 451fa73e3e
commit 435ec3b1b6

View file

@ -30,11 +30,6 @@ public enum BossKillCounter {
8355, 8356, 8357, 8358, 8359, 8360, 8355, 8356, 8357, 8358, 8359, 8360,
8361, 8362, 8363, 8364, 8365, 8366, 8361, 8362, 8363, 8364, 8365, 8366,
}, "Tormented demon", -1), }, "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),
; ;