Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Fix addEvent from grimvale quest calling nil function (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Feb 14, 2022
1 parent 55eaa4c commit c20b800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lib/quests/grimvale.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,6 @@ function grimvaleSpectators()
return true
end
Game.setStorageValue(GlobalStorage.Feroxa.Active, 2)
addEvent(spectators, 15 * 60 * 1000)
addEvent(grimvaleSpectators, 15 * 60 * 1000)
addEvent(Game.broadcastMessage, 15 * 60 * 1000, 'Half of the current full moon is visible now, there are still a lot of clouds in front of it.', MESSAGE_EVENT_ADVANCE)
end

0 comments on commit c20b800

Please sign in to comment.