diff options
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r-- | npc/003-2/lua.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index f67bd9e2d..c4207157e 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -23,8 +23,8 @@ L_Menu: close; L_GMItems: - getnameditem "GMRobe", strcharinfo(0); - getnameditem "GMCap", strcharinfo(0); + getitembound "GMRobe", 1, 1; + getitembound "GMCap", 1, 1; logmes(strcharinfo(0)+" just took a GM set."); logmes(strcharinfo(0)+" just took a GM set.", LOGMES_ATCOMMAND); mes ""; |