diff options
Diffstat (limited to 'npc')
-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 a7a021e01..30163dbb6 100644 --- a/npc/012-1/hinnak.txt +++ b/npc/012-1/hinnak.txt @@ -138,7 +138,7 @@ L_Thanks: OnInit: .@npcId = getnpcid(0, .name$); - setunitdata(.@npcId, UDT_HEADTOP, RiceHat); + setunitdata(.@npcId, UDT_HEADTOP, FarmerHat); setunitdata(.@npcId, UDT_HEADMIDDLE, LeatherShirt); setunitdata(.@npcId, UDT_HEADBOTTOM, TulimsharGuardBoots); setunitdata(.@npcId, UDT_WEAPON, CottonTrousers); |