From 0b95cfdb8fc4f0533167bae1bd65f46591c67126 Mon Sep 17 00:00:00 2001 From: GregF Date: Sat, 13 Jul 2024 03:31:24 +0000 Subject: [PATCH] Fixed incorrect reward amount from stronghold of player safety --- .../stronghold/playersafety/StrongHoldOfPlayerSafetyListener.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. ")