mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-11 09:00:23 -07:00
Removed Chaeldar's slayer requirement (authenticity fix)
This commit is contained in:
parent
4390372879
commit
9e6bf08e61
1 changed files with 2 additions and 2 deletions
|
|
@ -129,7 +129,7 @@ public enum Master {
|
|||
new Task(Tasks.NECHRYAELS, 5),
|
||||
new Task(Tasks.ABYSSAL_DEMONS, 5)),
|
||||
|
||||
CHAELDAR(1598, 70, 25, new int[]{110, 170}, new int[]{10, 50, 150},
|
||||
CHAELDAR(1598, 70, 0, new int[]{110, 170}, new int[]{10, 50, 150},
|
||||
new Task(Tasks.ABYSSAL_DEMONS,12),
|
||||
new Task(Tasks.IRON_DRAGONS,12),
|
||||
new Task(Tasks.NECHRYAELS, 12),
|
||||
|
|
@ -258,4 +258,4 @@ public enum Master {
|
|||
this.weight = weight;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue