diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-16 22:21:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-16 22:21:13 -0300 |
commit | 9fc926a4e8ebb8f827d45d60300ea6d993f2be82 (patch) | |
tree | 244dfefcf28b604c10ce72635177597048cbdfb9 /npc/commands | |
parent | b73682d18acf226ea473138306b7d7e5fcf36094 (diff) | |
download | serverdata-9fc926a4e8ebb8f827d45d60300ea6d993f2be82.tar.gz serverdata-9fc926a4e8ebb8f827d45d60300ea6d993f2be82.tar.bz2 serverdata-9fc926a4e8ebb8f827d45d60300ea6d993f2be82.tar.xz serverdata-9fc926a4e8ebb8f827d45d60300ea6d993f2be82.zip |
Prepare the essential part for handing Aurora Events ranked rewards
Diffstat (limited to 'npc/commands')
-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; |