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 c9a65e067..76d95974e 100644 --- a/npc/other/gm_npcs.txt +++ b/npc/other/gm_npcs.txt @@ -37,7 +37,7 @@ function script F_GM_NPC { if (getarg(1) == 0) { // Integer password if (getarg(3,0)) { - set .@error, input(.@input,getarg(2),getarg(3)); + .@error = input(.@input,getarg(2),getarg(3)); if (.@error) return -2; } else |