From 3e921b115a1e29d197cf4e8a2958fec8fc8b40db Mon Sep 17 00:00:00 2001 From: Majesty <32709570+majestyotbr@users.noreply.github.com> Date: Fri, 12 Jan 2024 14:25:51 -0300 Subject: [PATCH] update --- .../scripts/actions/rookgaard/rapier_quest.lua | 2 +- data-otservbr-global/startup/tables/chest.lua | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/data-otservbr-global/scripts/actions/rookgaard/rapier_quest.lua b/data-otservbr-global/scripts/actions/rookgaard/rapier_quest.lua index 385c1bf672c..a60563ec1a5 100644 --- a/data-otservbr-global/scripts/actions/rookgaard/rapier_quest.lua +++ b/data-otservbr-global/scripts/actions/rookgaard/rapier_quest.lua @@ -11,5 +11,5 @@ function rapierQuest.onUse(player, item, fromPosition, target, toPosition, isHot return true end -rapierQuest:position({ x = 32099, y = 32198, z = 9 }) +rapierQuest:uid(14042) rapierQuest:register() diff --git a/data-otservbr-global/startup/tables/chest.lua b/data-otservbr-global/startup/tables/chest.lua index f5049f93f61..228e9ba2976 100644 --- a/data-otservbr-global/startup/tables/chest.lua +++ b/data-otservbr-global/startup/tables/chest.lua @@ -1186,4 +1186,8 @@ ChestUnique = { itemId = 11810, itemPos = { x = 33195, y = 31765, z = 1 }, }, + [14042] = { + itemId = 2473, + itemPos = { x = 32099, y = 32198, z = 9 }, + }, }