diff options
Diffstat (limited to 'npc/003-13/arnea.txt')
-rw-r--r-- | npc/003-13/arnea.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-13/arnea.txt b/npc/003-13/arnea.txt index d667c0a5f..2a1038258 100644 --- a/npc/003-13/arnea.txt +++ b/npc/003-13/arnea.txt @@ -50,7 +50,7 @@ L_Manage: OnInit: .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, Darkelm); - setunitdata(.@npcId, UDT_HEADMIDDLE, LegionCopperArmor); + setunitdata(.@npcId, UDT_HEADMIDDLE, CopperArmor); setunitdata(.@npcId, UDT_HEADBOTTOM, JeansChaps); setunitdata(.@npcId, UDT_WEAPON, RockKnife); setunitdata(.@npcId, UDT_HAIRSTYLE, 14); @@ -63,7 +63,7 @@ OnInit: OnInstanceInit: .@npcId = getnpcid(instance_npcname(.name$)); setunitdata(.@npcId, UDT_HEADTOP, Darkelm); - setunitdata(.@npcId, UDT_HEADMIDDLE, LegionCopperArmor); + setunitdata(.@npcId, UDT_HEADMIDDLE, CopperArmor); setunitdata(.@npcId, UDT_HEADBOTTOM, JeansChaps); setunitdata(.@npcId, UDT_WEAPON, RockKnife); setunitdata(.@npcId, UDT_HAIRSTYLE, 14); |