diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-16 11:08:29 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-16 11:08:29 -0300 |
commit | fa16ea165b3d0f07f8caea298201f12ea43224da (patch) | |
tree | 50ea231a0e2a6cccbfc73724ccf054aa39cc54f8 /npc/commands | |
parent | a8e0bcfb682fcdc1fdf1245f479760f510322066 (diff) | |
download | serverdata-fa16ea165b3d0f07f8caea298201f12ea43224da.tar.gz serverdata-fa16ea165b3d0f07f8caea298201f12ea43224da.tar.bz2 serverdata-fa16ea165b3d0f07f8caea298201f12ea43224da.tar.xz serverdata-fa16ea165b3d0f07f8caea298201f12ea43224da.zip |
Second attempt on debug-look
Diffstat (limited to 'npc/commands')
-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; } } |