Merge pull request #89 from RedSparr0w/patch-3

fixup sheep shearer/black knight
This commit is contained in:
Josh Shippam
2019-10-23 15:54:46 +01:00
committed by GitHub
@@ -106,11 +106,11 @@ public class QuestAssistant {
client.getPlayerAssistant().sendFrame126("@yel@Cook's Assistant", 7333);
}
if (client.blackKnight == 0) {
client.getPlayerAssistant().sendFrame126("Black Knights' Fortress", 7344);
client.getPlayerAssistant().sendFrame126("Black Knights' Fortress", 7332);
} else if (client.blackKnight == 3) {
client.getPlayerAssistant().sendFrame126("@gre@Black Knights' Fortress", 7344);
client.getPlayerAssistant().sendFrame126("@gre@Black Knights' Fortress", 7332);
} else {
client.getPlayerAssistant().sendFrame126("@yel@Black Knights' Fortress", 7344);
client.getPlayerAssistant().sendFrame126("@yel@Black Knights' Fortress", 7332);
}
}