forked from 2009Scape/Server
Increased Abyssal Parasite carrying capacity
This commit is contained in:
parent
6195af3e7b
commit
acfd5c90b9
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ public class AbyssalParasiteNPC extends BurdenBeast {
|
|||
* @param id The id.
|
||||
*/
|
||||
public AbyssalParasiteNPC(Player owner, int id) {
|
||||
super(owner, id, 3000, 12035, 1, 7);
|
||||
super(owner, id, 3000, 12035, 1, 18);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue