diff options
-rw-r--r-- | npc/config/hairstyle_config.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/config/hairstyle_config.txt b/npc/config/hairstyle_config.txt index d2e3f18e5..c55585393 100644 --- a/npc/config/hairstyle_config.txt +++ b/npc/config/hairstyle_config.txt @@ -22,7 +22,7 @@ OnInit: "Lagoon blue", "Twisted teal", "Spring Green", "Forest Green", "Silver Grey", "Imperial Blue"; - setarray $@allraces$[0], "Human", "Ukar", "Redy", "Elf", "Orc", - "Raijin", "Tritan"; + setarray $@allraces$[0], "Human", "Human", "Human", "Elf", "Orc", + "Raijin", "Tritan", "Ukar", "Redy"; end; } |