diff --git a/data-otservbr-global/scripts/quests/others/actions_holy_water.lua b/data-otservbr-global/scripts/quests/others/actions_holy_water.lua index 9db4ff810eb..e7999c835ba 100644 --- a/data-otservbr-global/scripts/quests/others/actions_holy_water.lua +++ b/data-otservbr-global/scripts/quests/others/actions_holy_water.lua @@ -128,6 +128,7 @@ function othersHolyWater.onUse(player, item, fromPosition, target, toPosition, i end nexusMessage(player, player:getName() .. " destroyed the shadow nexus! In 10 seconds it will return to its original state.") item:remove(1) + player:setStorageValue(Storage.Quest.U8_2.TheInquisitionQuest.Questline, 22) toPosition:sendMagicEffect(CONST_ME_HOLYAREA) else target:transform(7925)