diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-01-22 16:22:49 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-01-22 16:22:49 -0300 |
commit | 33c0ec3277337bbe6348612aaf486dbf0081e51a (patch) | |
tree | 975339b66f3ff5c910c9dbad1ac752f8191f22da /npc | |
parent | 568ecb2395136fbe0a2b342539661d2198341219 (diff) | |
download | serverdata-33c0ec3277337bbe6348612aaf486dbf0081e51a.tar.gz serverdata-33c0ec3277337bbe6348612aaf486dbf0081e51a.tar.bz2 serverdata-33c0ec3277337bbe6348612aaf486dbf0081e51a.tar.xz serverdata-33c0ec3277337bbe6348612aaf486dbf0081e51a.zip |
Hercules has only 21 hair colors, so even if M+ has more... They won't work
Diffstat (limited to 'npc')
-rw-r--r-- | npc/031-3/cook.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/031-3/cook.txt b/npc/031-3/cook.txt index 432e5d023..5609e0f23 100644 --- a/npc/031-3/cook.txt +++ b/npc/031-3/cook.txt @@ -88,7 +88,7 @@ OnInit: setunitdata(.@npcId, UDT_HEADMIDDLE, FurBoots); setunitdata(.@npcId, UDT_HEADTOP, ChefHat); setunitdata(.@npcId, UDT_HAIRSTYLE, 8); - setunitdata(.@npcId, UDT_HAIRCOLOR, any(3, 5, 6, 7, 11, 21)); + setunitdata(.@npcId, UDT_HAIRCOLOR, any(3, 5, 6, 7, 11)); // TODO: hair 21? .sex = G_MALE; .distance = 5; |