diff options
Diffstat (limited to 'npc/003-13')
-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 f3f89f1f9..58ce04fe4 100644 --- a/npc/003-13/arnea.txt +++ b/npc/003-13/arnea.txt @@ -210,7 +210,7 @@ OnVerify: OnInit: .@npcId = getnpcid(.name$); - setunitdata(.@npcId, UDT_HEADTOP, Darkelm); + setunitdata(.@npcId, UDT_HEADTOP, DarkHelm); setunitdata(.@npcId, UDT_HEADMIDDLE, CopperArmor); setunitdata(.@npcId, UDT_HEADBOTTOM, JeansChaps); setunitdata(.@npcId, UDT_WEAPON, RockKnife); @@ -223,7 +223,7 @@ OnInit: OnInstanceInit: .@npcId = getnpcid(instance_npcname(.name$)); - setunitdata(.@npcId, UDT_HEADTOP, Darkelm); + setunitdata(.@npcId, UDT_HEADTOP, DarkHelm); setunitdata(.@npcId, UDT_HEADMIDDLE, CopperArmor); setunitdata(.@npcId, UDT_HEADBOTTOM, JeansChaps); setunitdata(.@npcId, UDT_WEAPON, RockKnife); |