summaryrefslogtreecommitdiff
path: root/npc/commands/debug-preset.txt
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-02-15 14:26:54 -0200
committerjesusalva <cpntb1@ymail.com>2018-02-15 14:26:54 -0200
commit282e0c052971413c47392f53b47f970c05da0440 (patch)
treecd998529df21410fb2fd9ba3c1ca6018bd477ba8 /npc/commands/debug-preset.txt
parent52d67d3ae1f6151c6582fa34f4e0caf90a0d17b7 (diff)
downloadserverdata-282e0c052971413c47392f53b47f970c05da0440.tar.gz
serverdata-282e0c052971413c47392f53b47f970c05da0440.tar.bz2
serverdata-282e0c052971413c47392f53b47f970c05da0440.tar.xz
serverdata-282e0c052971413c47392f53b47f970c05da0440.zip
Prevent @Crazyfefe from crashing server with #itenplz. I hope.
Diffstat (limited to 'npc/commands/debug-preset.txt')
-rw-r--r--npc/commands/debug-preset.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/commands/debug-preset.txt b/npc/commands/debug-preset.txt
index 40f612614..92d9314b8 100644
--- a/npc/commands/debug-preset.txt
+++ b/npc/commands/debug-preset.txt
@@ -13,6 +13,7 @@
//
// ^ actual documentation may come one day, when I feel like it
// *hides*
+// Note from Jesusalva: I do not trust this script works well for TMW2.
function script DoRoutine {
@@ -242,5 +243,5 @@ OnCall:
end;
OnInit:
- bindatcmd "pre", "@pre::OnCall", 0, 99, 0;
+ bindatcmd "pre", "@pre::OnCall", 99, 99, 1;
}