forked from 2009Scape/Server
Fixed incorrect reward amount from stronghold of player safety
This commit is contained in:
parent
e8527ff506
commit
0b95cfdb8f
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ package content.region.misthalin.barbvillage.stronghold.playersafety
|
|||
}
|
||||
else{
|
||||
player.emoteManager.unlock(Emotes.SAFETY_FIRST)
|
||||
addItem(player, Items.COINS_995, 1000)
|
||||
addItem(player, Items.COINS_995, 10000)
|
||||
addItem(player, Items.SAFETY_GLOVES_12629)
|
||||
sendItemDialogue(player, Items.SAFETY_GLOVES_12629,
|
||||
"You open the chest to find a large pile of gold, along with a pair of safety gloves. ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue