diff --git a/Server/src/main/content/region/misthalin/barbvillage/stronghold/playersafety/StrongHoldOfPlayerSafetyListener.kt b/Server/src/main/content/region/misthalin/barbvillage/stronghold/playersafety/StrongHoldOfPlayerSafetyListener.kt index 4c66cfb48..0b4134a0e 100644 --- a/Server/src/main/content/region/misthalin/barbvillage/stronghold/playersafety/StrongHoldOfPlayerSafetyListener.kt +++ b/Server/src/main/content/region/misthalin/barbvillage/stronghold/playersafety/StrongHoldOfPlayerSafetyListener.kt @@ -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. ")