summaryrefslogtreecommitdiff
path: root/npc/003-3/malindou.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-3/malindou.txt')
-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 5e574978e..22f0bcd5a 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -390,6 +390,15 @@ OnInit:
debugmes "* picklog options Update";
debugmes "";
}
+ // Current UPDATE value: Sex Jun 21 13:20:21 -03 2019
+ // Tulimshar Sailors quest was split in two
+ if ($UPDATE < 1561134021) {
+ query_sql("UPDATE `quest` SET `count1` = '4' WHERE `quest`.`quest_id`="+TulimsharQuest_Sailors+" AND `count1` >= '2'");
+ $UPDATE=1561134021;
+ debugmes "";
+ debugmes "* Tulimshar Sailors split in two";
+ debugmes "";
+ }