From 808378d0e4f6615b6ac55bd76c17e4ff507398c1 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 26 Apr 2019 00:00:53 -0300 Subject: Several bugfixes, allow Hurnscald Siege to happen --- npc/commands/wgm.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/commands') diff --git a/npc/commands/wgm.txt b/npc/commands/wgm.txt index e19f86b22..3c3c5376c 100644 --- a/npc/commands/wgm.txt +++ b/npc/commands/wgm.txt @@ -28,7 +28,7 @@ OnCallFunc: percentheal -100, -100; end; } - .@request$ = strcharinfo(0)+": "; + .@request$ = ""; .@request$ += implode(.@atcmd_parameters$, " "); callfunc .@request$; end; @@ -39,7 +39,7 @@ OnDoEvent: percentheal -100, -100; end; } - .@request$ = strcharinfo(0)+": "; + .@request$ = ""; .@request$ += implode(.@atcmd_parameters$, " "); doevent .@request$; end; -- cgit v1.2.3-60-g2f50