summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2023-06-30 23:17:19 -0300
committerJesusaves <cpntb1@ymail.com>2023-06-30 23:17:19 -0300
commit474ea9ec239201219d2aaf64281dbb4c110a4ee9 (patch)
treed0b6d32fd97a9c112e252d1aaaadd12bf16d8d33
parent4df5a7396cac11a600f3acfb69649a2ab977ceca (diff)
downloadserverdata-474ea9ec239201219d2aaf64281dbb4c110a4ee9.tar.gz
serverdata-474ea9ec239201219d2aaf64281dbb4c110a4ee9.tar.bz2
serverdata-474ea9ec239201219d2aaf64281dbb4c110a4ee9.tar.xz
serverdata-474ea9ec239201219d2aaf64281dbb4c110a4ee9.zip
Fix a bug with sitting and emotes
-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))) {