summaryrefslogtreecommitdiff
diff options
context:
space:
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;