diff options
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"); |