diff options
author | mekolat <mekolat@gmail.com> | 2014-08-25 14:57:28 -0400 |
---|---|---|
committer | mekolat <mekolat@gmail.com> | 2014-10-23 00:17:05 -0400 |
commit | f6ea0570134ad364006c4d70c98dd15b2a059ed0 (patch) | |
tree | d211fbf94baf2ea1c07f423063821c2ca03c3295 /world/map/npc/scripts.conf | |
parent | 50e70491ff4595f299ee737f68d718175597e08d (diff) | |
download | serverdata-f6ea0570134ad364006c4d70c98dd15b2a059ed0.tar.gz serverdata-f6ea0570134ad364006c4d70c98dd15b2a059ed0.tar.bz2 serverdata-f6ea0570134ad364006c4d70c98dd15b2a059ed0.tar.xz serverdata-f6ea0570134ad364006c4d70c98dd15b2a059ed0.zip |
fix barber and mirror for future classes
Diffstat (limited to 'world/map/npc/scripts.conf')
-rw-r--r-- | world/map/npc/scripts.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/world/map/npc/scripts.conf b/world/map/npc/scripts.conf index 90c11883..047d7dbb 100644 --- a/world/map/npc/scripts.conf +++ b/world/map/npc/scripts.conf @@ -22,6 +22,7 @@ npc: npc/functions/debug.txt npc: npc/functions/lockpicking.txt npc: npc/functions/default_npc_checks.txt npc: npc/functions/undead_debug.txt +npc: npc/functions/headstyles.txt // Item Functions npc: npc/items/magic_gm_top_hat.txt @@ -35,6 +36,7 @@ npc: npc/items/warpTowels.txt npc: npc/items/unequipcb.txt npc: npc/items/launcher_ammo.txt npc: npc/items/check_wand.txt +npc: npc/items/mirror.txt import: npc/_import.txt // GM Events |