diff options
Diffstat (limited to 'npc/003-1/silvia.txt')
-rw-r--r-- | npc/003-1/silvia.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/npc/003-1/silvia.txt b/npc/003-1/silvia.txt index 2424e9397..94fdaa4b4 100644 --- a/npc/003-1/silvia.txt +++ b/npc/003-1/silvia.txt @@ -8,10 +8,9 @@ hello; OnInit: .@npcId = getnpcid(0, "Silvia"); //setunitdata(.@npcId, UDT_HEADTOP, 2936); - //setunitdata(.@npcId, UDT_HEADMIDDLE, 1316); - setunitdata(.@npcId, UDT_HEADMIDDLE, 1319); // TODO + setunitdata(.@npcId, UDT_HEADMIDDLE, 1316); setunitdata(.@npcId, UDT_HEADBOTTOM, 2213); - setunitdata(.@npcId, UDT_WEAPON, 1801); // Boots + setunitdata(.@npcId, UDT_WEAPON, 1800); // FIXME: 1801 IS BROKEN! setunitdata(.@npcId, UDT_HAIRSTYLE, 21); setunitdata(.@npcId, UDT_HAIRCOLOR, 11); |