summaryrefslogtreecommitdiff
path: root/world/map/npc/magic
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-08-24 13:52:25 -0300
committerJesusaves <cpntb1@ymail.com>2020-08-24 13:52:25 -0300
commit43914a88e3b8304fe3044e366a5bd4e90d9f38de (patch)
treeef7547c42af6cb099e1e6485b075f73c199f7fac /world/map/npc/magic
parentb3c25ec3d41cf95c04270adbc08c0c30b1848d48 (diff)
downloadserverdata-43914a88e3b8304fe3044e366a5bd4e90d9f38de.tar.gz
serverdata-43914a88e3b8304fe3044e366a5bd4e90d9f38de.tar.bz2
serverdata-43914a88e3b8304fe3044e366a5bd4e90d9f38de.tar.xz
serverdata-43914a88e3b8304fe3044e366a5bd4e90d9f38de.zip
Disable DD5 Debug Commands.
Change even more Test Server Debug Logic to withdraw more content. Missing code contributed by Gumi for the next arc.
Diffstat (limited to 'world/map/npc/magic')
-rw-r--r--world/map/npc/magic/level1-detect-magic.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/world/map/npc/magic/level1-detect-magic.txt b/world/map/npc/magic/level1-detect-magic.txt
index f22be844..e8a588a5 100644
--- a/world/map/npc/magic/level1-detect-magic.txt
+++ b/world/map/npc/magic/level1-detect-magic.txt
@@ -13,7 +13,7 @@
strnpcinfo(0) + "::OnNearbyNpc";
if (getmap() == "099-4")
addtimer 10, "#TMWFinalExam::OnMiteyo";
- if (getmap() == "099-5" && debug)
+ if (getmap() == "099-5")
addtimer 10, "#TMWFinalExam::OnMiteyo";
callfunc "magic_exp";
end;