summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-3/malindou.txt2
-rw-r--r--npc/functions/clientversion.txt2
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;
}