diff options
Diffstat (limited to 'npc/020-1')
-rw-r--r-- | npc/020-1/guards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/020-1/guards.txt b/npc/020-1/guards.txt index 4211f16a5..cac5dc79d 100644 --- a/npc/020-1/guards.txt +++ b/npc/020-1/guards.txt @@ -89,7 +89,7 @@ OnInit: // Check items.xml for info about this. .@npcId = getnpcid(); - setunitdata(.@npcId, UDT_HEADTOP, Bull); + setunitdata(.@npcId, UDT_HEADTOP, BullHelmet); setunitdata(.@npcId, UDT_HEADMIDDLE, LieutenantArmor); setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); setunitdata(.@npcId, UDT_SHIELD, LousyMoccasins); // TODO FIXME: Display Boots |