diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-15 22:11:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-15 22:11:19 -0300 |
commit | 0e5387dfef923d87b3aab178165b8a539e676ed5 (patch) | |
tree | 8fc2acabe2e9d0df91a2a34878eb0b0373843160 /npc/003-3/malindou.txt | |
parent | 9e9f7e11d59aa7b570d65bdd35c16572d42e404b (diff) | |
download | serverdata-0e5387dfef923d87b3aab178165b8a539e676ed5.tar.gz serverdata-0e5387dfef923d87b3aab178165b8a539e676ed5.tar.bz2 serverdata-0e5387dfef923d87b3aab178165b8a539e676ed5.tar.xz serverdata-0e5387dfef923d87b3aab178165b8a539e676ed5.zip |
Candor redesign requires position fix on Malindou
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 3e5b06fe0..b8ebee4b5 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -405,6 +405,17 @@ OnInit: debugmes "* Tulimshar Sailors split in two"; debugmes ""; } + // Current UPDATE value: Seg Jul 15 22:10:00 -03 2019 + // Candor Redesign + if ($UPDATE < 1563239400) { + 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=1563239400; + debugmes ""; + debugmes "* Candor Redesign"; + debugmes ""; + } |