From 0e5387dfef923d87b3aab178165b8a539e676ed5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 15 Jul 2019 22:11:19 -0300 Subject: Candor redesign requires position fix on Malindou --- npc/003-3/malindou.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'npc/003-3') 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 ""; + } -- cgit v1.2.3-60-g2f50