diff options
Diffstat (limited to 'npc/other/gm_npcs.txt')
-rw-r--r-- | npc/other/gm_npcs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/gm_npcs.txt b/npc/other/gm_npcs.txt index d86535104..b4ee7028e 100644 --- a/npc/other/gm_npcs.txt +++ b/npc/other/gm_npcs.txt @@ -63,7 +63,7 @@ function script F_GM_NPC { if (.@error) return -2; } else - input .@input; + input(.@input, 0); if (.@input == 0) return -1; else |