diff options
Diffstat (limited to 'npc/functions/event.txt')
-rw-r--r-- | npc/functions/event.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt index 733658c91..c594bc562 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -533,7 +533,7 @@ OnClock0000: kamibroadcast("Easter begun!"); if ($EVENT$ != "") FYStopEvent(); - $EVENT$="Easter"; + sEaster(); } // End the event the day after else if (.@d == .easter_endday+1 && .@m == .easter_endmon) { |