diff options
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; } |