summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-29 06:34:54 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-29 06:34:54 -0300
commitf0e5932f32958290fe0961c7f343b1b9c1a198d4 (patch)
tree80956106ffaa1eec182bf4b74c5b8a818f30e47f
parent5091c332ab9abce9c667f68642cfe568912a5ba0 (diff)
downloadserverdata-f0e5932f32958290fe0961c7f343b1b9c1a198d4.tar.gz
serverdata-f0e5932f32958290fe0961c7f343b1b9c1a198d4.tar.bz2
serverdata-f0e5932f32958290fe0961c7f343b1b9c1a198d4.tar.xz
serverdata-f0e5932f32958290fe0961c7f343b1b9c1a198d4.zip
And in this case, the *real* debug mode, not the test server mode
-rw-r--r--npc/functions/hub.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 1724a6d64..2b8da7908 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -777,7 +777,7 @@ function script HUB_SkillInvoke {
}
// Debug
- if ($@GM_OVERRIDE || debug)
+ if ($@GM_OVERRIDE)
debugmes "Cast skill %d on level %d - Target %d",
@skillId, @skillLv, @skillTarget;