From 7b0f3c4283910621faae067722aa89f640d6f93f Mon Sep 17 00:00:00 2001 From: HT Cesta <58153179+htc16@users.noreply.github.com> Date: Wed, 23 Oct 2024 18:04:28 -0300 Subject: [PATCH] Update actions_frozen_horror.lua --- .../quests/forgotten_knowledge/actions_frozen_horror.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data-otservbr-global/scripts/quests/forgotten_knowledge/actions_frozen_horror.lua b/data-otservbr-global/scripts/quests/forgotten_knowledge/actions_frozen_horror.lua index 91ac7ba58c5..fc7e5049b6a 100644 --- a/data-otservbr-global/scripts/quests/forgotten_knowledge/actions_frozen_horror.lua +++ b/data-otservbr-global/scripts/quests/forgotten_knowledge/actions_frozen_horror.lua @@ -11,9 +11,9 @@ local monsters = { { monster = "melting frozen horror", pos = Position(32267, 31071, 14) }, } -local leverZyrtarch = Action() +local leverMeltingFrozenHorror = Action() -function leverZyrtarch.onUse(player, item, fromPosition, target, toPosition, isHotkey) +function leverMeltingFrozenHorror.onUse(player, item, fromPosition, target, toPosition, isHotkey) if item.itemid == 8911 then if player:getPosition() ~= Position(32302, 31088, 14) then item:transform(8912) @@ -55,5 +55,5 @@ function leverZyrtarch.onUse(player, item, fromPosition, target, toPosition, isH return true end -leverZyrtarch:position(Position(33391, 31177, 10)) -leverZyrtarch:register() +leverMeltingFrozenHorror:position(Position(32302, 31087, 14)) +leverMeltingFrozenHorror:register()