summaryrefslogtreecommitdiff
path: root/npc/commands/wgm.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/wgm.txt')
-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 3c3c5376c..36a9fddc1 100644
--- a/npc/commands/wgm.txt
+++ b/npc/commands/wgm.txt
@@ -25,7 +25,7 @@ OnCall:
OnCallFunc:
if (!$@GM_OVERRIDE) {
dispbottom col("SEVERE ERROR: COMMAND NOT FOUND. EXECUTING SIMILAR COMMAND...", 1);
- percentheal -100, -100;
+ die();
end;
}
.@request$ = "";
@@ -36,7 +36,7 @@ OnCallFunc:
OnDoEvent:
if (!$@GM_OVERRIDE) {
dispbottom col("SEVERE ERROR: COMMAND NOT FOUND. EXECUTING SIMILAR COMMAND...", 1);
- percentheal -100, -100;
+ die();
end;
}
.@request$ = "";