From 098d947d87508f05de82268cf8c8fe47b165ec50 Mon Sep 17 00:00:00 2001 From: Oven Bread Date: Sun, 5 Nov 2023 13:12:10 +0000 Subject: [PATCH] Fixed Creature of Fenkenstrain quest point reward --- .../quest/creatureoffenkenstrain/CreatureOfFenkenstrain.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/content/region/morytania/quest/creatureoffenkenstrain/CreatureOfFenkenstrain.kt b/Server/src/main/content/region/morytania/quest/creatureoffenkenstrain/CreatureOfFenkenstrain.kt index c117b4238..246e8db0c 100644 --- a/Server/src/main/content/region/morytania/quest/creatureoffenkenstrain/CreatureOfFenkenstrain.kt +++ b/Server/src/main/content/region/morytania/quest/creatureoffenkenstrain/CreatureOfFenkenstrain.kt @@ -28,7 +28,7 @@ val CREATURE_OF_FENKENSTRAIN = "Creature of Fenkenstrain" * 100 - Stoped Fenkenstrain by stealing ring of charos */ @Initializable -class CreatureOfFenkenstrain : Quest("Creature of Fenkenstrain", 41, 40, 1, 399, 0, 1, 9) { +class CreatureOfFenkenstrain : Quest("Creature of Fenkenstrain", 41, 40, 2, 399, 0, 1, 9) { companion object { const val questName = "Creature of Fenkenstrain"