From 399abe81e82adf417b8b4ff9a57f36b908b5490c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 25 Jul 2019 23:32:58 -0300 Subject: Remove Magic Wizard class, replace with Magic Warrior (ID-effect only) --- npc/003-3/malindou.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/003-3/malindou.txt') diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 75235f9bf..21bcf2279 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -411,9 +411,11 @@ OnInit: 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'"); + query_sql("UPDATE `skill` SET `id` = '20010' WHERE `skill`.`id`='20011'"); $UPDATE=1563239400; debugmes ""; debugmes "* Candor Redesign"; + debugmes "* Magic Class Removed"; debugmes ""; } -- cgit v1.2.3-60-g2f50