summaryrefslogtreecommitdiff
path: root/world/map/npc/functions/clear_vars.txt
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2014-11-01 20:07:51 -0500
committerWushin <pasekei@gmail.com>2014-11-01 20:07:51 -0500
commit04bbfd617fd238f8650b892de350cb24e82ab7d6 (patch)
tree93b86473057d10179ea5756a43b03ec3676fba4c /world/map/npc/functions/clear_vars.txt
parent3a5bc4a33708f18dd4d481006337f2ea2e60326e (diff)
parent36c115f9dd3554ad8f4b6461a0f30fd7aaa0825e (diff)
downloadserverdata-04bbfd617fd238f8650b892de350cb24e82ab7d6.tar.gz
serverdata-04bbfd617fd238f8650b892de350cb24e82ab7d6.tar.bz2
serverdata-04bbfd617fd238f8650b892de350cb24e82ab7d6.tar.xz
serverdata-04bbfd617fd238f8650b892de350cb24e82ab7d6.zip
Merge pull request #187 from mekolat/headstyle20
barber & species & headstyles
Diffstat (limited to 'world/map/npc/functions/clear_vars.txt')
-rw-r--r--world/map/npc/functions/clear_vars.txt4
1 files changed, 4 insertions, 0 deletions
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: