summaryrefslogtreecommitdiff
path: root/npc/commands/scheduled-broadcasts.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/scheduled-broadcasts.txt')
-rw-r--r--npc/commands/scheduled-broadcasts.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/npc/commands/scheduled-broadcasts.txt b/npc/commands/scheduled-broadcasts.txt
index 17503738..6bfbf293 100644
--- a/npc/commands/scheduled-broadcasts.txt
+++ b/npc/commands/scheduled-broadcasts.txt
@@ -204,6 +204,11 @@ OnTimer3600000:
end;
OnCall:
+ if (!is_evtc() && !is_dev())
+ {
+ end;
+ }
+
StoneBoard;
closedialog;
end;
@@ -216,5 +221,5 @@ OnPCLoginEvent:
end;
OnInit:
- bindatcmd "sched", "@sched::OnCall", 3, 99, 0;
+ bindatcmd "sched", "@sched::OnCall", 0, 99, 0;
}