diff options
Diffstat (limited to 'npc/commands/debug-skill.txt')
-rw-r--r-- | npc/commands/debug-skill.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/debug-skill.txt b/npc/commands/debug-skill.txt index 2ad9859f7..acfbbf709 100644 --- a/npc/commands/debug-skill.txt +++ b/npc/commands/debug-skill.txt @@ -77,5 +77,5 @@ OnCall: end; OnInit: - bindatcmd "sdebug", "@sdebug::OnCall", 0, 99, 1; + bindatcmd "sdebug", "@sdebug::OnCall", 99, 99, 1; } |