summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHongwen Qiu <qiuhongwen@gmail.com>2012-11-30 21:57:50 +0800
committerJessica Tölke <jtoelke@mail.upb.de>2013-01-29 16:54:51 +0100
commitc24a8ff234bba35bdbf04f39068ba6866c59c284 (patch)
treeb4cd073b1a2c66f86d5081dd76698956ed79e1eb
parent3915710b4e49f8151ce9f0ff6bfd2dea70a5ec26 (diff)
downloadserverdata-c24a8ff234bba35bdbf04f39068ba6866c59c284.tar.gz
serverdata-c24a8ff234bba35bdbf04f39068ba6866c59c284.tar.bz2
serverdata-c24a8ff234bba35bdbf04f39068ba6866c59c284.tar.xz
serverdata-c24a8ff234bba35bdbf04f39068ba6866c59c284.zip
fix a bug, so reset everything works as it should be.
-rwxr-xr-xworld/map/npc/functions/debug.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/functions/debug.txt b/world/map/npc/functions/debug.txt
index f9989b74..cbdd756c 100755
--- a/world/map/npc/functions/debug.txt
+++ b/world/map/npc/functions/debug.txt
@@ -855,6 +855,7 @@ L_ResetAll:
setskill SKILL_MAGIC_NATURE, 0;
setskill SKILL_MAGIC_ASTRAL, 0;
set @mexp, 0;
+ callsub S_Update_Mask;
resetstatus;
set BaseLevel, 1;
mes "All skills removed.";