mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-02 16:49:03 +00:00
Merge pull request #89 from RedSparr0w/patch-3
fixup sheep shearer/black knight
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user