diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-26 00:00:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-26 00:00:53 -0300 |
commit | 808378d0e4f6615b6ac55bd76c17e4ff507398c1 (patch) | |
tree | c11cfce441c6f02eae0a22ff44f52776e355bed8 /npc/commands/wgm.txt | |
parent | 7b6831e33a4ef1500199ef84637261e91256c716 (diff) | |
download | serverdata-808378d0e4f6615b6ac55bd76c17e4ff507398c1.tar.gz serverdata-808378d0e4f6615b6ac55bd76c17e4ff507398c1.tar.bz2 serverdata-808378d0e4f6615b6ac55bd76c17e4ff507398c1.tar.xz serverdata-808378d0e4f6615b6ac55bd76c17e4ff507398c1.zip |
Several bugfixes, allow Hurnscald Siege to happen
Diffstat (limited to 'npc/commands/wgm.txt')
-rw-r--r-- | npc/commands/wgm.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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; |