forked from 2009Scape/Server
Corrected granite crab pouch crafting experience from 31.6 to 21.6
This commit is contained in:
parent
db3079271e
commit
92fcd0ec32
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ public enum SummoningPouch {
|
|||
/**
|
||||
* Represents a granite crab pouch.
|
||||
*/
|
||||
GRANITE_CRAB_POUCH(4, 12009, 16, 31.6, 6796, 0.2, 2, false, new Item(12158), new Item(12155), new Item(440), new Item(12183, 7)),
|
||||
GRANITE_CRAB_POUCH(4, 12009, 16, 21.6, 6796, 0.2, 2, false, new Item(12158), new Item(12155), new Item(440), new Item(12183, 7)),
|
||||
|
||||
/**
|
||||
* Represents a spirit mosquito pouch.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue