summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-3/malindou.txt9
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 "";
+ }