mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 00:31:51 +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);
|
client.getPlayerAssistant().sendFrame126("@yel@Cook's Assistant", 7333);
|
||||||
}
|
}
|
||||||
if (client.blackKnight == 0) {
|
if (client.blackKnight == 0) {
|
||||||
client.getPlayerAssistant().sendFrame126("Black Knights' Fortress", 7344);
|
client.getPlayerAssistant().sendFrame126("Black Knights' Fortress", 7332);
|
||||||
} else if (client.blackKnight == 3) {
|
} else if (client.blackKnight == 3) {
|
||||||
client.getPlayerAssistant().sendFrame126("@gre@Black Knights' Fortress", 7344);
|
client.getPlayerAssistant().sendFrame126("@gre@Black Knights' Fortress", 7332);
|
||||||
} else {
|
} else {
|
||||||
client.getPlayerAssistant().sendFrame126("@yel@Black Knights' Fortress", 7344);
|
client.getPlayerAssistant().sendFrame126("@yel@Black Knights' Fortress", 7332);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user