From b0b1c0eeb5d4f36082ae208af969ae7e0ed540c9 Mon Sep 17 00:00:00 2001 From: Elson Costa Date: Mon, 5 Feb 2024 16:08:31 -0300 Subject: [PATCH] fixed ID from 43898 to 43895. --- data-otservbr-global/scripts/actions/other/bag_you_covet.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-otservbr-global/scripts/actions/other/bag_you_covet.lua b/data-otservbr-global/scripts/actions/other/bag_you_covet.lua index bb62da59372..2b28570e955 100644 --- a/data-otservbr-global/scripts/actions/other/bag_you_covet.lua +++ b/data-otservbr-global/scripts/actions/other/bag_you_covet.lua @@ -15,7 +15,7 @@ local rewards = { { id = 43887, name = "Sanguine Galoshes" }, } -BagYouCovetId = 43898 +BagYouCovetId = 43895 local bagyouCovet = Action()