summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-10-13 10:37:34 -0300
committerJesusaves <cpntb1@ymail.com>2020-10-13 10:37:34 -0300
commit4c7379914290118603b6ae1e5b8ea4b7f32c170b (patch)
treeeb67ee1aab0a2469c72ca9a89b144c9cd1f9c172
parent2b5c0ea66591ce677a4e9e6f0e469e0008972d2e (diff)
downloadserverdata-4c7379914290118603b6ae1e5b8ea4b7f32c170b.tar.gz
serverdata-4c7379914290118603b6ae1e5b8ea4b7f32c170b.tar.bz2
serverdata-4c7379914290118603b6ae1e5b8ea4b7f32c170b.tar.xz
serverdata-4c7379914290118603b6ae1e5b8ea4b7f32c170b.zip
Fix typo
-rw-r--r--npc/functions/aurora.txt2
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");