Skip to content

Commit f18f51d

Browse files
committed
speccounter plugin: fix kalphite queen spelling
1 parent 4960a4f commit f18f51d

File tree

1 file changed

+1
-1
lines changed
  • runelite-client/src/main/java/net/runelite/client/plugins/specialcounter

1 file changed

+1
-1
lines changed

runelite-client/src/main/java/net/runelite/client/plugins/specialcounter/Boss.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ enum Boss
4040
CORPOREAL_BEAST("Corporeal Beast", 1.55d),
4141
GENERAL_GRAARDOR("General Graardor", 1.325d),
4242
GIANT_MOLE("Giant Mole", 1.075d),
43-
KALPHITE_QUEEM("Kalphite Queem", 1.05d),
43+
KALPHITE_QUEEN("Kalphite Queen", 1.05d),
4444
KING_BLACK_DRAGON("King Black Dragon", 1.075d),
4545
KRIL_TSUROTH("K'ril Tsutsaroth", 1.375d),
4646
VENETENATIS("Venenatis", 1.4d),

0 commit comments

Comments
 (0)