diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-3/malindou.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 22f0bcd5a..400d9ac38 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -394,6 +394,10 @@ OnInit: // 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'"); + + query_sql("UPDATE `char` SET `last_x` = '22' WHERE `char`.`last_map`='005-1'"); + query_sql("UPDATE `char` SET `last_y` = '22' WHERE `char`.`last_map`='005-1'"); + query_sql("UPDATE `char` SET `last_map` = '000-1' WHERE `char`.`last_map`='005-1'"); $UPDATE=1561134021; debugmes ""; debugmes "* Tulimshar Sailors split in two"; |