forked from 2009Scape/Server
Increased Abyssal Lurker carrying capacity
This commit is contained in:
parent
4eebee34c4
commit
6195af3e7b
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ public class AbyssalLurkerNPC extends BurdenBeast {
|
|||
* @param id The id.
|
||||
*/
|
||||
public AbyssalLurkerNPC(Player owner, int id) {
|
||||
super(owner, id, 4100, 12037, 3, 7, WeaponInterface.STYLE_CAST);
|
||||
super(owner, id, 4100, 12037, 3, 24, WeaponInterface.STYLE_CAST);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue