diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-31 13:23:56 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-31 13:23:56 -0300 |
commit | 358f09ac99d60c357e147cad67919cf268674318 (patch) | |
tree | 4566dac1499d679f913b1e67716ce3df225b11cd /npc | |
parent | 9c8172a21cc4421fdcea941e13686584e92e3252 (diff) | |
download | serverdata-358f09ac99d60c357e147cad67919cf268674318.tar.gz serverdata-358f09ac99d60c357e147cad67919cf268674318.tar.bz2 serverdata-358f09ac99d60c357e147cad67919cf268674318.tar.xz serverdata-358f09ac99d60c357e147cad67919cf268674318.zip |
For next release, everyone can use @toevent
Diffstat (limited to 'npc')
-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 1bcab8879..0754b7d65 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -118,5 +118,5 @@ OnCall: OnInit: bindatcmd "event", "@event::OnCall", 99, 99, 0; - bindatcmd "toevent", "@toevent::OnCall", 1, 99, 0; + bindatcmd "toevent", "@toevent::OnCall", 0, 99, 0; } |