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