summaryrefslogtreecommitdiff
path: root/npc/functions/barber.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/barber.txt')
-rw-r--r--npc/functions/barber.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/barber.txt b/npc/functions/barber.txt
index e9477387..3d2e3014 100644
--- a/npc/functions/barber.txt
+++ b/npc/functions/barber.txt
@@ -159,6 +159,7 @@ function script BarberChangeRace {
}
// Change race and we're done
- Class = @menuret;
+ //Class = @menuret;
+ jobchange(@menuret); // STUPID idea, but imposed by Hercules
return;
}