Skip to content

Commit

Permalink
fix: inquisition quest storage (#3277)
Browse files Browse the repository at this point in the history
  • Loading branch information
majestyotbr authored Jan 25, 2025
1 parent 29b3ec8 commit 409139d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 409139d

Please sign in to comment.