diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/015-2/guard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-2/guard.txt b/npc/015-2/guard.txt index 97a7dea54..76ed624b3 100644 --- a/npc/015-2/guard.txt +++ b/npc/015-2/guard.txt @@ -56,7 +56,7 @@ OnInit: setunitdata(.@npcId, UDT_HEADTOP, FairyHat); setunitdata(.@npcId, UDT_HEADMIDDLE, ForestArmor); setunitdata(.@npcId, UDT_HEADBOTTOM, JeansChaps); - setunitdata(.@npcId, UDT_WEAPON, DeepDarkBoots); + setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); setunitdata(.@npcId, UDT_HAIRSTYLE, 24); setunitdata(.@npcId, UDT_HAIRCOLOR, 1); |