From fa16ea165b3d0f07f8caea298201f12ea43224da Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 16 Jul 2018 11:08:29 -0300 Subject: Second attempt on debug-look --- npc/commands/debug-look.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') 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; } } -- cgit v1.2.3-60-g2f50