summaryrefslogtreecommitdiff
path: root/npc/003-3/malindou.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r--npc/003-3/malindou.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index 05bd49df0..da888999e 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -138,6 +138,18 @@ OnInit:
debugmes "* Nivalis Liberation Day event skipped";
debugmes "";
}
+ // Current UPDATE value: Dom Nov 18 17:40:30 -02 2018
+ // Update players position
+ if ($UPDATE < 1542570030) {
+ query_sql("UPDATE `char` SET `last_x` = '35' WHERE `char`.`last_map`='005-1'");
+ query_sql("UPDATE `char` SET `last_y` = '102' WHERE `char`.`last_map`='005-1'");
+ query_sql("UPDATE `char` SET `save_x` = '35' WHERE `char`.`save_map`='005-1'");
+ query_sql("UPDATE `char` SET `save_y` = '102' WHERE `char`.`save_map`='005-1'");
+ $UPDATE=1542570030;
+ debugmes "";
+ debugmes "* Update Candor players position";
+ debugmes "";
+ }