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-look.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-look.txt')
-rw-r--r-- | npc/commands/debug-look.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/debug-look.txt b/npc/commands/debug-look.txt index af6a099cc..d2abec492 100644 --- a/npc/commands/debug-look.txt +++ b/npc/commands/debug-look.txt @@ -98,5 +98,5 @@ OnCall: end; OnInit: - bindatcmd "look", "@look::OnCall", 0, 99, 0; + bindatcmd "look", "@look::OnCall", 99, 99, 0; } |