diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-07-29 06:34:54 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-07-29 06:34:54 -0300 |
commit | f0e5932f32958290fe0961c7f343b1b9c1a198d4 (patch) | |
tree | 80956106ffaa1eec182bf4b74c5b8a818f30e47f /npc/functions/hub.txt | |
parent | 5091c332ab9abce9c667f68642cfe568912a5ba0 (diff) | |
download | serverdata-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
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 2 |
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; |