diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-29 06:34:19 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-29 06:34:19 -0300 |
commit | 5091c332ab9abce9c667f68642cfe568912a5ba0 (patch) | |
tree | f312c943e0a063a809d7fb1c798c22e54daa55e4 | |
parent | b63ad6193c57cf610126fe3b7a80932aeaa412e6 (diff) | |
download | serverdata-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
-rw-r--r-- | npc/functions/hub.txt | 1 |
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) |