From 0120e5a555aee20b7216265b74ec264d62913d90 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 28 Feb 2019 19:44:51 -0300 Subject: Late fix. This affects new players with incomplete intro. --- npc/003-3/malindou.txt | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'npc/003-3') 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 ""; + } -- cgit v1.2.3-60-g2f50