summaryrefslogtreecommitdiff
path: root/npc/functions/aurora.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-10-13 10:36:40 -0300
committerJesusaves <cpntb1@ymail.com>2020-10-13 10:36:40 -0300
commit2b5c0ea66591ce677a4e9e6f0e469e0008972d2e (patch)
tree78f4f4e1770292e2b7d2bf6cce454c25e9c419d4 /npc/functions/aurora.txt
parent4ed77e655b3ec68de933c9bca5f25a3830da379a (diff)
downloadserverdata-2b5c0ea66591ce677a4e9e6f0e469e0008972d2e.tar.gz
serverdata-2b5c0ea66591ce677a4e9e6f0e469e0008972d2e.tar.bz2
serverdata-2b5c0ea66591ce677a4e9e6f0e469e0008972d2e.tar.xz
serverdata-2b5c0ea66591ce677a4e9e6f0e469e0008972d2e.zip
Fix bad Debug message
Diffstat (limited to 'npc/functions/aurora.txt')
-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 364dbae99..68686c802 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -43,7 +43,7 @@
// AEF: BEGIN
function script FYNewEvent {
- debugmes "\033[1mFY event is set to happen...";
+ debugmes "\033[1mFY event is set to happen...\033[0m";
// Aurora Events only begin after Liberation Day
if ($GAME_STORYLINE < 1)
return;