mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Corrected xp reward for thieving yanille watchmen
This commit is contained in:
parent
93f00462b9
commit
f295f90f47
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ enum class Pickpockets(val ids: IntArray, val requiredLevel: Int, val low: Doubl
|
|||
KNIGHT_OF_ADROUGNE(intArrayOf(23, 26), 55, 50.0, 240.0, 84.3, 3,3,5, WeightBasedTable.create(
|
||||
WeightedItem(Items.COINS_995,50,50,1.0,true)
|
||||
)),
|
||||
YANILLE_WATCHMAN(intArrayOf(34), 65, 137.5, 50.0, 240.0, 3,3,5, WeightBasedTable.create(
|
||||
YANILLE_WATCHMAN(intArrayOf(34), 65, 50.0, 240.0, 137.5, 3,3,5, WeightBasedTable.create(
|
||||
WeightedItem(Items.COINS_995,60,60,1.0,true),
|
||||
WeightedItem(Items.BREAD_2309,1,1,1.0,true)
|
||||
)),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue