mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Fixed crafting level requirements and xp reward for studded body
This commit is contained in:
parent
adcdf9bd6a
commit
bcb2a9386d
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ public final class StuddedArmourPlugin extends UseWithHandler {
|
|||
* @version 1.0
|
||||
*/
|
||||
public enum StuddedArmour {
|
||||
CHAPS(new Item(1095), new Item(1097), 18, 27), BODY(new Item(1129), new Item(1133), 14, 25);
|
||||
CHAPS(new Item(1095), new Item(1097), 18, 27), BODY(new Item(1129), new Item(1133), 41, 40);
|
||||
|
||||
/**
|
||||
* Represents the unstudded item.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue