diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-6/azwell.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-6/azwell.txt b/npc/017-6/azwell.txt index 7d12ed886..60b5588f9 100644 --- a/npc/017-6/azwell.txt +++ b/npc/017-6/azwell.txt @@ -106,7 +106,7 @@ OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, ChemistHelmet); setunitdata(.@npcId, UDT_HEADMIDDLE, AlchemistArmor); - setunitdata(.@npcId, UDT_HEADBOTTOM, CottonGloves); + setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); setunitdata(.@npcId, UDT_WEAPON, LousyMoccasins); // Boots setunitdata(.@npcId, UDT_HAIRSTYLE, 14); setunitdata(.@npcId, UDT_HAIRCOLOR, 17); |