From eca038e00b9937d6c177bd8cddc8b5b1a2e9c5a9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 13 May 2020 00:57:23 -0300 Subject: Replace our script-induced deaths with new, custom, die() command This will fix one of the HardCore Server bugs. --- npc/commands/wgm.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/commands/wgm.txt') 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$ = ""; -- cgit v1.2.3-60-g2f50