diff options
Diffstat (limited to 'npc/commands/event.txt')
-rw-r--r-- | npc/commands/event.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 0d9d161bf..f7a99bdda 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -69,6 +69,9 @@ function script sClear { kamibroadcast("Regnum's Blessing is over."); } + // Hand Aurora Event Rewards + callfunc("FYRewardEvent"); + // Simpler events $PATRICK_DAYCTRL=0; $PATRICK_DAYMAX=0; |