diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java b/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java index 276b9a5d20..de816ac5e8 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/chatcommands/ChatCommandsPlugin.java @@ -335,7 +335,7 @@ public class ChatCommandsPlugin extends Plugin hiscoreSkill = result.getClueScrollElite(); break; case "master": - hiscoreSkill = result.getClueScrollElite(); + hiscoreSkill = result.getClueScrollMaster(); break; case "total": hiscoreSkill = result.getClueScrollAll();