diff options
Diffstat (limited to 'npc/004-1')
-rw-r--r-- | npc/004-1/elanore.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/004-1/elanore.txt b/npc/004-1/elanore.txt index 9bac704b6..aa79f8da0 100644 --- a/npc/004-1/elanore.txt +++ b/npc/004-1/elanore.txt @@ -120,9 +120,9 @@ L_Close: OnInit: .@npcId = getnpcid(0, .name$); //setunitdata(.@npcId, UDT_HEADTOP, 2929); - setunitdata(.@npcId, UDT_HEADMIDDLE, 1317); - //setunitdata(.@npcId, UDT_HEADBOTTOM, 2207); - setunitdata(.@npcId, UDT_WEAPON, 1802); // Boots + setunitdata(.@npcId, UDT_HEADMIDDLE, SorcererRobe); + setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); + setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); // Boots setunitdata(.@npcId, UDT_HAIRSTYLE, 8); setunitdata(.@npcId, UDT_HAIRCOLOR, 17); |