forked from 2009Scape/Server
Merge branch 'impling-fix' into 'master'
added missing items from ninja table See merge request 2009scape/2009scape!170
This commit is contained in:
commit
475c08d9dd
1 changed files with 2 additions and 0 deletions
|
|
@ -210,6 +210,8 @@ enum class ImplingLoot(val jarId: Int, val table: WeightBasedTable){
|
|||
WeightedItem(Items.SNAKESKIN_BOOTS_6328, 1, 1, 1.65),
|
||||
WeightedItem(Items.SPLITBARK_HELM_3385, 1, 1, 1.65),
|
||||
WeightedItem(Items.MYSTIC_BOOTS_4098, 1, 1, 1.65),
|
||||
WeightedItem(Items.RUNE_CHAINBODY_1113, 1, 1, 1.65),
|
||||
WeightedItem(Items.MYSTIC_GLOVES_4095, 1, 1, 1.65),
|
||||
WeightedItem(Items.OPAL_MACHETE_6313, 1, 1, 1.65),
|
||||
WeightedItem(Items.RUNE_CLAWS_3101, 1, 1, 1.65),
|
||||
WeightedItem(Items.RUNE_SCIMITAR_1333, 1, 1, 1.65),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue