From 7feb77ee02233f25aa8039825a0bf2b40d5352d5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 18 Nov 2018 17:43:58 -0200 Subject: This is a SQL update to fix Candor players position. I was lazy, so I'm just forcing them back to the Soul Menhir. --- npc/003-3/malindou.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'npc') 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 ""; + } -- cgit v1.2.3-60-g2f50