forked from 2009Scape/Server
Merge pull request #156 from Ceikry/fixtheshades
Loar shades now count as shades for slayer
This commit is contained in:
commit
3a87eb4b5f
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ public enum Tasks {
|
|||
return true;
|
||||
}
|
||||
}),*/
|
||||
SHADE(new Task(new int[] { 3617, 1250, 1241, 1246, 1248, 1250, 428 }, new String[] { "Shades are dark and mysterious, they hide in the shadows so be wary of ambushes." }, 1, new Master[] { Master.VANNAKA }, true)),
|
||||
SHADE(new Task(new int[] { 3617, 1250, 1241, 1246, 1248, 1250, 428, 1240 }, new String[] { "Shades are dark and mysterious, they hide in the shadows so be wary of ambushes." }, 1, new Master[] { Master.VANNAKA }, true)),
|
||||
/*SHADOW_WARRIORS(new Task(new int[] { 158 }, new String[] { "Shadow warriors are dark and mysterious, they hide in the shadows so be wary of ambushes." }, 1, new Master[] { Master.VANNAKA, Master.CHAELDAR }, false) {
|
||||
@Override
|
||||
public boolean isDisabled() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue