From 1aeb12161b1bbb318fd4c66762a91d60c408f615 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 21 Jun 2019 13:23:07 -0300 Subject: As Candor might receive the redesign for next release, fix player position too --- npc/003-3/malindou.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'npc/003-3') 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"; -- cgit v1.2.3-60-g2f50