diff options
Diffstat (limited to 'npc/commands/debug-look.txt')
-rw-r--r-- | npc/commands/debug-look.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/commands/debug-look.txt b/npc/commands/debug-look.txt index fa1a4d0b7..a3ea32090 100644 --- a/npc/commands/debug-look.txt +++ b/npc/commands/debug-look.txt @@ -14,7 +14,8 @@ function script BarberDebug { closedialog; changecharsex; } else { - setparam(Sex, @menuret); + //setparam(Sex, @menuret); + query_sql("UPDATE `char` SET `Sex`="+@menuret+" WHERE `char_id`="+getcharid(0)); return; } } |