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 45c1d9910..95704009b 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -535,6 +535,6 @@ OnEffect: end; OnInit: - bindatcmd "event", "@event::OnCall", 99, 99, 0; + bindatcmd "event", "@event::OnCall", 80, 99, 0; bindatcmd "toevent", "@toevent::OnCall", 0, 99, 0; } |