diff options
-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 ""; + } |