summaryrefslogtreecommitdiff
path: root/npc/commands/debug.txt
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2016-08-13 14:28:22 -0400
committergumi <mekolat@users.noreply.github.com>2016-09-01 12:09:01 -0400
commitb62f95d385518fa842638c03be678062518de647 (patch)
treef4f4e6a430caebcaa108b142878a2931224dd5e6 /npc/commands/debug.txt
parentf0173b4dcba4cc8ab82a57e44e3b5176a1ad2def (diff)
downloadserverdata-b62f95d385518fa842638c03be678062518de647.tar.gz
serverdata-b62f95d385518fa842638c03be678062518de647.tar.bz2
serverdata-b62f95d385518fa842638c03be678062518de647.tar.xz
serverdata-b62f95d385518fa842638c03be678062518de647.zip
add (broken) appearance debug
Diffstat (limited to 'npc/commands/debug.txt')
-rw-r--r--npc/commands/debug.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt
index 54cb96fe..6f6f7c6a 100644
--- a/npc/commands/debug.txt
+++ b/npc/commands/debug.txt
@@ -119,7 +119,7 @@ function script GlobalDebugMenu {
case 1: changeLevel; break;
case 2: changeStats; break;
case 3: GlobalSkillDebug .@c; break;
- //case 4: BarberDebug .@c; break;
+ case 4: BarberDebug .@c; break;
//case 5: changeQuests; break;
//case 6: DebugPresets; break;
case 7: resetAll; break;