diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-25 23:32:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-25 23:32:58 -0300 |
commit | 399abe81e82adf417b8b4ff9a57f36b908b5490c (patch) | |
tree | 5ef0833386fedb9d9f7d2995e29bf252b8675264 /npc | |
parent | 7c9f31a5156d56638592844b33d5f9360758af6a (diff) | |
download | serverdata-399abe81e82adf417b8b4ff9a57f36b908b5490c.tar.gz serverdata-399abe81e82adf417b8b4ff9a57f36b908b5490c.tar.bz2 serverdata-399abe81e82adf417b8b4ff9a57f36b908b5490c.tar.xz serverdata-399abe81e82adf417b8b4ff9a57f36b908b5490c.zip |
Remove Magic Wizard class, replace with Magic Warrior (ID-effect only)
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-3/malindou.txt | 2 | ||||
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
2 files changed, 4 insertions, 0 deletions
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 ""; } diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index fdc6b7bc3..aee039e29 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -299,6 +299,8 @@ function script clientupdater { setskill ALL_INCCARRY, 0; dispbottom l("Increase Weight skill replaced with Stealing."); } + // NEW MAGIC SYSTEM + // Cleanup deletearray RNGTREASURE_DATE; } |