diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-12-04 22:34:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-12-04 22:34:15 -0300 |
commit | 7bfdf35817cdbf73bf308d9057e6a858fe1576ad (patch) | |
tree | d20af1d76ca4f37456ee99e7c8c74ed2826ccaf3 | |
parent | cbedb2bc86877ad9613d567136f29bd0d9981cb7 (diff) | |
download | serverdata-7bfdf35817cdbf73bf308d9057e6a858fe1576ad.tar.gz serverdata-7bfdf35817cdbf73bf308d9057e6a858fe1576ad.tar.bz2 serverdata-7bfdf35817cdbf73bf308d9057e6a858fe1576ad.tar.xz serverdata-7bfdf35817cdbf73bf308d9057e6a858fe1576ad.zip |
stfur17.4_20221205
-rw-r--r-- | npc/commands/wgm.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/commands/wgm.txt b/npc/commands/wgm.txt index 36a9fddc1..c99f9cfed 100644 --- a/npc/commands/wgm.txt +++ b/npc/commands/wgm.txt @@ -45,7 +45,7 @@ OnDoEvent: end; OnInit: - bindatcmd "callfunc", "@wgm::OnCallFunc", 99, 100, 1; - bindatcmd "doevent", "@wgm::OnDoEvent", 99, 100, 1; + bindatcmd "callfunc", "@wgm::OnCallFunc", 99, 99, 1; + bindatcmd "doevent", "@wgm::OnDoEvent", 99, 99, 1; end; } |