diff options
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 697bf85ea..0e637368e 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -291,6 +291,15 @@ OnInit: debugmes "* Soul Menhir Save Point replaced"; debugmes ""; } + // Current UPDATE value: Sex Abr 26 00:12:35 -03 2019 + // Monster King & Main Storyline System + if ($UPDATE < 1556248355) { + $GAME_STORYLINE=2; + $UPDATE=1556248355; + debugmes ""; + debugmes "* Main Storyline system updated"; + debugmes ""; + } |