From 2b4669c11f09517613e848e0877cd779a9e03989 Mon Sep 17 00:00:00 2001 From: Mokun Mokkun Date: Fri, 18 Feb 2022 15:47:29 +0000 Subject: [PATCH] Oil lantern firemaking requirement changed from 29 to 26 (authenticity fix) --- .../node/entity/skill/crafting/lightsources/LightSources.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/kotlin/rs09/game/node/entity/skill/crafting/lightsources/LightSources.kt b/Server/src/main/kotlin/rs09/game/node/entity/skill/crafting/lightsources/LightSources.kt index 8849bc805..c9daf5557 100644 --- a/Server/src/main/kotlin/rs09/game/node/entity/skill/crafting/lightsources/LightSources.kt +++ b/Server/src/main/kotlin/rs09/game/node/entity/skill/crafting/lightsources/LightSources.kt @@ -7,7 +7,7 @@ enum class LightSources(val emptyID: Int, val fullID: Int, val litID: Int, val l WHITE_CANDLE_LANTERN(4527,4529,4531,4,true), BLACK_CANDLE_LANTERN(4527,4532,4534,4,true), OIL_LAMP(4525,4522,4524,12,true), - OIL_LANTERN(4535,4537,4539,29,false), + OIL_LANTERN(4535,4537,4539,26,false), BULLSEYE_LANTERN(4546,4548,4550,49,false), SAPPHIRE_LANTERN(0,4701,4702,49,false), EMERALD_LANTERN(0,9064,9065,49,false);