diff --git a/data-otservbr-global/scripts/actions/other/cask_kegs.lua b/data-otservbr-global/scripts/actions/other/cask_kegs.lua index 9b95335d5d1..872d30d613c 100644 --- a/data-otservbr-global/scripts/actions/other/cask_kegs.lua +++ b/data-otservbr-global/scripts/actions/other/cask_kegs.lua @@ -35,7 +35,7 @@ local targetIdList = { local flasks = Action() function flasks.onUse(player, item, fromPosition, target, toPosition, isHotkey) - if not target or not target:getItem() then + if not target then return false end diff --git a/data/modules/scripts/gamestore/gamestore.lua b/data/modules/scripts/gamestore/gamestore.lua index f73b50a97e1..3336c1fcfa7 100644 --- a/data/modules/scripts/gamestore/gamestore.lua +++ b/data/modules/scripts/gamestore/gamestore.lua @@ -3081,8 +3081,8 @@ GameStore.Categories = { { icons = { "Demon_Statue.png" }, name = "Demon Statue", - price = 34058, - itemtype = 31212, + price = 25, + itemtype = 34058, count = 1, description = "{house}\n{box}\n{storeinbox}\n{use}\n{backtoinbox}", type = GameStore.OfferTypes.OFFER_TYPE_HOUSE,