forked from 2009Scape/Server
Corrected item costs in Varrock's fur clothing shop
This commit is contained in:
parent
9ea32d07eb
commit
e264ae8eee
1 changed files with 3 additions and 3 deletions
|
|
@ -192,8 +192,8 @@ class FurClothingInterface : ComponentPlugin(){
|
|||
KYATT_HEAD(Item(10103),1000, KYATT_HAT,17,"Kyatt"),
|
||||
KYATT_CHEST(Item(10103),200, KYATT_TOP,17,"Kyatt"),
|
||||
KYATT_BOT(Item(10103),200, KYATT_LEGS,17,"Kyatt"),
|
||||
GLOVES_SILENCE(Item(10115),600, GLOVES_OF_SILENCE,22,"Dark kebbit"),
|
||||
SPOT_CAPE(Item(10125),400, SPOTTED_CAPE,23,"Spotted kebbit"),
|
||||
DASH_CAPE(Item(10127),800, SPOTTIER_CAPE,24,"Dashing kebbit")
|
||||
GLOVES_SILENCE(Item(10115,2),600, GLOVES_OF_SILENCE,22,"Dark kebbit"),
|
||||
SPOT_CAPE(Item(10125,2),400, SPOTTED_CAPE,23,"Spotted kebbit"),
|
||||
DASH_CAPE(Item(10127,2),800, SPOTTIER_CAPE,24,"Dashing kebbit")
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue