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