From 66471a639d64655f44181f26ad72362b00aeed8f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 23 Mar 2019 11:12:27 -0300 Subject: Replace default behavior for Soul Menhir per community decision. Keep in @ucp an option to roll back to legacy behavior of manually setting it. Again, per community decision. --- npc/003-3/malindou.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'npc/003-3/malindou.txt') 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 ""; + } -- cgit v1.2.3-70-g09d2