summaryrefslogtreecommitdiff
path: root/npc/003-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-3')
-rw-r--r--npc/003-3/malindou.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index d32338e44..20d38d5f1 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -280,6 +280,17 @@ OnInit:
debugmes "* Map Updates";
debugmes "";
}
+ // Current UPDATE value: Sáb Mar 23 11:11:32 -03 2019
+ // Soul Menhir savepoint replaced
+ if ($UPDATE < 1553350292) {
+ query_sql("UPDATE `char` SET `save_map` = '000-1'");
+ query_sql("UPDATE `char` SET `save_x` = '22'");
+ query_sql("UPDATE `char` SET `save_y` = '22'");
+ $UPDATE=1553350292;
+ debugmes "";
+ debugmes "* Soul Menhir Save Point replaced";
+ debugmes "";
+ }