summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/commands/wgm.txt4
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;
}