From 17449051be46a50e30a4b7fa8b40cb4f2f0dd7c5 Mon Sep 17 00:00:00 2001 From: Leshyah <135926116+Leshyah@users.noreply.github.com> Date: Fri, 10 Nov 2023 19:24:58 -0500 Subject: [PATCH] Update power_burn.lua --- .../scripts/actions/quests/the_outlaw_camp/power_burn.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-otservbr-global/scripts/actions/quests/the_outlaw_camp/power_burn.lua b/data-otservbr-global/scripts/actions/quests/the_outlaw_camp/power_burn.lua index e45947b5f4c..b05c5882e76 100644 --- a/data-otservbr-global/scripts/actions/quests/the_outlaw_camp/power_burn.lua +++ b/data-otservbr-global/scripts/actions/quests/the_outlaw_camp/power_burn.lua @@ -16,5 +16,5 @@ function theOutlawPower.onUse(player, item, fromPosition, target, toPosition, is return true end -theOutlawPower:id(1491) +theOutlawPower:uid(3402) theOutlawPower:register()