diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-28 19:44:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-28 19:44:51 -0300 |
commit | 0120e5a555aee20b7216265b74ec264d62913d90 (patch) | |
tree | c0dda5e7bfc2c9ec56ab1ed25fb0521d2ea59d20 /npc | |
parent | d56656fcaeadddccf418ae47f57ec0f9949dcba4 (diff) | |
download | serverdata-0120e5a555aee20b7216265b74ec264d62913d90.tar.gz serverdata-0120e5a555aee20b7216265b74ec264d62913d90.tar.bz2 serverdata-0120e5a555aee20b7216265b74ec264d62913d90.tar.xz serverdata-0120e5a555aee20b7216265b74ec264d62913d90.zip |
Late fix. This affects new players with incomplete intro.
Diffstat (limited to 'npc')
-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 886a466f4..06f02fe98 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -256,6 +256,15 @@ OnInit: debugmes "Improving past rank 2 helps on minigame"; debugmes ""; } + // Current UPDATE value: Qui Fev 28 19:42:12 -03 2019 + // Late fix for Nard Ship Bug + if ($UPDATE < 1551393732) { + query_sql("UPDATE `quest` SET `count1` = '3' WHERE `quest`.`quest_id`="+ShipQuests_Julia+" AND `count1` <= '2'"); + $UPDATE=1551393732; + debugmes ""; + debugmes "* Late fix for Nard Ship Bug"; + debugmes ""; + } |