diff options
Diffstat (limited to 'npc/012-1/hinnak.txt')
-rw-r--r-- | npc/012-1/hinnak.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/hinnak.txt b/npc/012-1/hinnak.txt index 9443a2f4b..949aa167c 100644 --- a/npc/012-1/hinnak.txt +++ b/npc/012-1/hinnak.txt @@ -135,7 +135,7 @@ L_Thanks: OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, RiceHat); - setunitdata(.@npcId, UDT_HEADMIDDLE, MoonshroomRobe); + setunitdata(.@npcId, UDT_HEADMIDDLE, LeatherShield); setunitdata(.@npcId, UDT_HEADBOTTOM, TulimsharGuardBoots); setunitdata(.@npcId, UDT_WEAPON, CottonTrousers); setunitdata(.@npcId, UDT_HAIRSTYLE, 2); |