diff --git a/game/modules/tome/data/quests/lichform.lua b/game/modules/tome/data/quests/lichform.lua index dcb5c0c56475d56e54e3777b4e3aa63f52789d88..9f17bdfe49450056069bdd4640c320b2184a9cb6 100644 --- a/game/modules/tome/data/quests/lichform.lua +++ b/game/modules/tome/data/quests/lichform.lua @@ -50,9 +50,9 @@ end on_grant = function(self, who) if who:isQuestStatus("grave-necromancer", engine.Quest.DONE) then - game:onTickEnd(function() - who:setQuestStatus(self.id, engine.Quest.COMPLETED, "heart") - end) + game:onTickEnd(function() + who:setQuestStatus(self.id, engine.Quest.COMPLETED, "heart") + end) end end