From 9d713f3187973768c6b1ba4fbf0c7bb68eb25137 Mon Sep 17 00:00:00 2001 From: mekolat Date: Tue, 28 Oct 2014 15:25:48 -0400 Subject: put barber janitor into clearvars --- world/map/npc/functions/clear_vars.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'world/map/npc/functions') diff --git a/world/map/npc/functions/clear_vars.txt b/world/map/npc/functions/clear_vars.txt index 0a0247b7..588c22d5 100644 --- a/world/map/npc/functions/clear_vars.txt +++ b/world/map/npc/functions/clear_vars.txt @@ -251,6 +251,10 @@ L_Fix_Skills: if(getskilllv(SKILL_TRADE) > 0) setskill SKILL_TRADE, 0; if(getskilllv(SKILL_PARTY) > 0) setskill SKILL_PARTY, 0; if(getskilllv(SKILL_EMOTE) > 0) setskill SKILL_EMOTE, 0; + goto L_Barber_Janitor; + +L_Barber_Janitor: + callfunc "getHeadStyles"; // this converts class, color and hair goto L_Return; L_Return: -- cgit v1.2.3-70-g09d2