diff options
Diffstat (limited to 'npc/003-1/sarah.txt')
-rw-r--r-- | npc/003-1/sarah.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/003-1/sarah.txt b/npc/003-1/sarah.txt index 76a285b80..ac6378a3c 100644 --- a/npc/003-1/sarah.txt +++ b/npc/003-1/sarah.txt @@ -75,8 +75,7 @@ OnInit: .@npcId = getnpcid(0, "Sarah"); //setunitdata(.@npcId, UDT_HEADTOP, 2936); - //setunitdata(.@npcId, UDT_HEADMIDDLE, 1311); - setunitdata(.@npcId, UDT_HEADMIDDLE, 1319); // TODO + setunitdata(.@npcId, UDT_HEADMIDDLE, 1311); setunitdata(.@npcId, UDT_HEADBOTTOM, 2201); setunitdata(.@npcId, UDT_WEAPON, 1803); // Boots setunitdata(.@npcId, UDT_HAIRSTYLE, 19); |