diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-13 10:37:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-13 10:37:34 -0300 |
commit | 4c7379914290118603b6ae1e5b8ea4b7f32c170b (patch) | |
tree | eb67ee1aab0a2469c72ca9a89b144c9cd1f9c172 /npc/functions | |
parent | 2b5c0ea66591ce677a4e9e6f0e469e0008972d2e (diff) | |
download | serverdata-4c7379914290118603b6ae1e5b8ea4b7f32c170b.tar.gz serverdata-4c7379914290118603b6ae1e5b8ea4b7f32c170b.tar.bz2 serverdata-4c7379914290118603b6ae1e5b8ea4b7f32c170b.tar.xz serverdata-4c7379914290118603b6ae1e5b8ea4b7f32c170b.zip |
Fix typo
Diffstat (limited to 'npc/functions')
-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 68686c802..997fc6641 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -116,7 +116,7 @@ function script FYNewEvent { $EVENT$="Candor"; kamibroadcast("Candor Battle Season is now open!", "Aurora Events"); break; - case 12: + default: // FIXME: PLACEHOLDER $EVENT$="Mining"; callfunc("FYEConf_Mining"); |