diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-21 13:23:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-21 13:23:07 -0300 |
commit | 1aeb12161b1bbb318fd4c66762a91d60c408f615 (patch) | |
tree | 2c0cdef841fc2e14b99bc47d421a297d5a1051f0 /npc/003-3 | |
parent | 4b55b7c81b789fa588ef44a16a341868ba79b468 (diff) | |
download | serverdata-1aeb12161b1bbb318fd4c66762a91d60c408f615.tar.gz serverdata-1aeb12161b1bbb318fd4c66762a91d60c408f615.tar.bz2 serverdata-1aeb12161b1bbb318fd4c66762a91d60c408f615.tar.xz serverdata-1aeb12161b1bbb318fd4c66762a91d60c408f615.zip |
As Candor might receive the redesign for next release, fix player position too
Diffstat (limited to 'npc/003-3')
-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"; |