summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/clientversion.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt
index 5fe42c2..fe9b1a3 100644
--- a/npc/functions/clientversion.txt
+++ b/npc/functions/clientversion.txt
@@ -182,6 +182,7 @@ function script clientupdater {
// This is the Cross Worlds. Level is overriden.
if (#ADD_LVL) {
resetlvl(2); // Not really a good idea...
+ adddefaultskills(); // Because resetlvl(2) is destructive...
//logmes "[Merger] EXP +"+#ADD_LVL, LOGMES_ATCOMMAND;
/*
if ((readparam(BaseExp)+#ADD_LVL > readparam(NextBaseExp))) {