From 7613fec4b5a8c01704123f0bec1590e6ba289edc Mon Sep 17 00:00:00 2001 From: Avi Weinstock Date: Thu, 30 Sep 2021 14:48:28 -0400 Subject: [PATCH] Teclyn (the elf near the Lletya fruit tree patch) should function as a tool leprechaun. --- .../game/node/entity/skill/farming/ToolLeprechaunHandler.kt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/src/main/kotlin/rs09/game/node/entity/skill/farming/ToolLeprechaunHandler.kt b/Server/src/main/kotlin/rs09/game/node/entity/skill/farming/ToolLeprechaunHandler.kt index 3108e1848..e0349f77b 100644 --- a/Server/src/main/kotlin/rs09/game/node/entity/skill/farming/ToolLeprechaunHandler.kt +++ b/Server/src/main/kotlin/rs09/game/node/entity/skill/farming/ToolLeprechaunHandler.kt @@ -11,7 +11,7 @@ import core.plugin.Plugin import org.rs09.consts.Components import org.rs09.consts.NPCs -val TL_IDS = arrayOf(NPCs.TOOL_LEPRECHAUN_3021,NPCs.GOTH_LEPRECHAUN_8000,NPCs.TOOL_LEPRECHAUN_4965) +val TL_IDS = arrayOf(NPCs.TOOL_LEPRECHAUN_3021,NPCs.GOTH_LEPRECHAUN_8000,NPCs.TOOL_LEPRECHAUN_4965,NPCs.TECLYN_2861) @Initializable class ToolLeprechaunHandler : OptionHandler() { override fun newInstance(arg: Any?): Plugin { @@ -32,4 +32,4 @@ class ToolLeprechaunHandler : OptionHandler() { return true } -} \ No newline at end of file +}