diff options
Diffstat (limited to 'npc/024-1/rydel.txt')
-rw-r--r-- | npc/024-1/rydel.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/024-1/rydel.txt b/npc/024-1/rydel.txt index fd3f84d45..1c1648d32 100644 --- a/npc/024-1/rydel.txt +++ b/npc/024-1/rydel.txt @@ -105,8 +105,8 @@ OnInit: setunitdata(.@npcId, UDT_HEADBOTTOM, CottonTrousers); setunitdata(.@npcId, UDT_HEADMIDDLE, LeatherShirt); setunitdata(.@npcId, UDT_HEADTOP, Beard); - setunitdata(.@npcId, UDT_HAIRSTYLE, 26); - setunitdata(.@npcId, UDT_HAIRCOLOR, 3); + setunitdata(.@npcId, UDT_HAIRSTYLE, 4); + setunitdata(.@npcId, UDT_HAIRCOLOR, 1); .sex = G_MALE; .distance = 5; |