summaryrefslogtreecommitdiff
path: root/npc/commands/debug-look.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-16 11:08:29 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-16 11:08:29 -0300
commitfa16ea165b3d0f07f8caea298201f12ea43224da (patch)
tree50ea231a0e2a6cccbfc73724ccf054aa39cc54f8 /npc/commands/debug-look.txt
parenta8e0bcfb682fcdc1fdf1245f479760f510322066 (diff)
downloadserverdata-fa16ea165b3d0f07f8caea298201f12ea43224da.tar.gz
serverdata-fa16ea165b3d0f07f8caea298201f12ea43224da.tar.bz2
serverdata-fa16ea165b3d0f07f8caea298201f12ea43224da.tar.xz
serverdata-fa16ea165b3d0f07f8caea298201f12ea43224da.zip
Second attempt on debug-look
Diffstat (limited to 'npc/commands/debug-look.txt')
-rw-r--r--npc/commands/debug-look.txt3
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;
}
}