diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-10-13 10:36:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-10-13 10:36:40 -0300 |
commit | 2b5c0ea66591ce677a4e9e6f0e469e0008972d2e (patch) | |
tree | 78f4f4e1770292e2b7d2bf6cce454c25e9c419d4 | |
parent | 4ed77e655b3ec68de933c9bca5f25a3830da379a (diff) | |
download | serverdata-2b5c0ea66591ce677a4e9e6f0e469e0008972d2e.tar.gz serverdata-2b5c0ea66591ce677a4e9e6f0e469e0008972d2e.tar.bz2 serverdata-2b5c0ea66591ce677a4e9e6f0e469e0008972d2e.tar.xz serverdata-2b5c0ea66591ce677a4e9e6f0e469e0008972d2e.zip |
Fix bad Debug message
-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 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; |