diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-04-09 13:22:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-04-09 13:22:02 -0300 |
commit | 0d44a1575463e979854ce03e1503f3bd71d9342c (patch) | |
tree | f19c096ba58a5a78e262de6a655e545690ff1a4b /npc/commands/scheduled-broadcasts.txt | |
parent | 59acc4987fc7e6880c06ba5226e907d61a8e4cc0 (diff) | |
download | serverdata-0d44a1575463e979854ce03e1503f3bd71d9342c.tar.gz serverdata-0d44a1575463e979854ce03e1503f3bd71d9342c.tar.bz2 serverdata-0d44a1575463e979854ce03e1503f3bd71d9342c.tar.xz serverdata-0d44a1575463e979854ce03e1503f3bd71d9342c.zip |
Update some permission-related stuff
Diffstat (limited to 'npc/commands/scheduled-broadcasts.txt')
-rw-r--r-- | npc/commands/scheduled-broadcasts.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/scheduled-broadcasts.txt b/npc/commands/scheduled-broadcasts.txt index 1801663a7..a8ee647c7 100644 --- a/npc/commands/scheduled-broadcasts.txt +++ b/npc/commands/scheduled-broadcasts.txt @@ -215,7 +215,7 @@ OnCall: end; OnInit: - bindatcmd "sched", "@sched::OnCall", 80, 99, 1; + bindatcmd "sched", "@sched::OnCall", 2, 99, 1; } function script StoneBoardRead { |