diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-09-21 10:41:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-09-21 10:41:04 -0300 |
commit | 015e15b6113ef53f3b401014302a866a1a13203b (patch) | |
tree | 055ed0653e1d6d4234d3be1a75cd99ac36703a60 /npc | |
parent | bc5cf7d1583c9ae7f6705a477c47172d7f254619 (diff) | |
download | serverdata-015e15b6113ef53f3b401014302a866a1a13203b.tar.gz serverdata-015e15b6113ef53f3b401014302a866a1a13203b.tar.bz2 serverdata-015e15b6113ef53f3b401014302a866a1a13203b.tar.xz serverdata-015e15b6113ef53f3b401014302a866a1a13203b.zip |
Fix Aurora Event #9
Diffstat (limited to 'npc')
-rw-r--r-- | npc/functions/aurora.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index b9f29dd9f..364dbae99 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -102,7 +102,7 @@ function script FYNewEvent { case 9: // FIXME: PLACEHOLDER $EVENT$="Regnum"; - callfunc("FYE_Regnum"); + callfunc("FYEConf_Regnum"); kamibroadcast("Regnum's Blessing: "+$REGNUM_BLESSMAP_H$+" is now blessed!", "Aurora Events"); break; case 10: |