summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-07-29 06:34:19 -0300
committerJesusaves <cpntb1@ymail.com>2020-07-29 06:34:19 -0300
commit5091c332ab9abce9c667f68642cfe568912a5ba0 (patch)
treef312c943e0a063a809d7fb1c798c22e54daa55e4 /npc
parentb63ad6193c57cf610126fe3b7a80932aeaa412e6 (diff)
downloadserverdata-5091c332ab9abce9c667f68642cfe568912a5ba0.tar.gz
serverdata-5091c332ab9abce9c667f68642cfe568912a5ba0.tar.bz2
serverdata-5091c332ab9abce9c667f68642cfe568912a5ba0.tar.xz
serverdata-5091c332ab9abce9c667f68642cfe568912a5ba0.zip
Do not log every skill usage to map logs unless server is in DEBUG mode
Diffstat (limited to 'npc')
-rw-r--r--npc/functions/hub.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 5de2b6786..1724a6d64 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -230,7 +230,6 @@ function script HUB_Logout {
// HUB_SkillInvoke ( )
function script HUB_SkillInvoke {
- debugmes "Cast skill %d", @skillId;
// TODO: Detect what was script-cast and what was player-case. Then, readd RB_IRCBROADCAST
// If you can't do this: You can't do this
if (getskilllv(@skillId) < @skillLv)