diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-15 14:26:54 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-15 14:26:54 -0200 |
commit | 282e0c052971413c47392f53b47f970c05da0440 (patch) | |
tree | cd998529df21410fb2fd9ba3c1ca6018bd477ba8 /npc/commands/debug-skill.txt | |
parent | 52d67d3ae1f6151c6582fa34f4e0caf90a0d17b7 (diff) | |
download | serverdata-282e0c052971413c47392f53b47f970c05da0440.tar.gz serverdata-282e0c052971413c47392f53b47f970c05da0440.tar.bz2 serverdata-282e0c052971413c47392f53b47f970c05da0440.tar.xz serverdata-282e0c052971413c47392f53b47f970c05da0440.zip |
Prevent @Crazyfefe from crashing server with #itenplz. I hope.
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; } |