diff options
Diffstat (limited to 'npc/commands/scheduled-broadcasts.txt')
-rw-r--r-- | npc/commands/scheduled-broadcasts.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/commands/scheduled-broadcasts.txt b/npc/commands/scheduled-broadcasts.txt index 6bfbf2935..38aa23b69 100644 --- a/npc/commands/scheduled-broadcasts.txt +++ b/npc/commands/scheduled-broadcasts.txt @@ -123,6 +123,7 @@ function script StoneBoard { { announce $@SCHED_Msg$, bc_all; } + logmes "Scheduled Broadcast: A new broadcast was added"; case 1: return; } @@ -221,5 +222,5 @@ OnPCLoginEvent: end; OnInit: - bindatcmd "sched", "@sched::OnCall", 0, 99, 0; + bindatcmd "sched", "@sched::OnCall", 80, 99, 1; } |