diff options
Diffstat (limited to 'npc/015-2')
-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 ac7b6da48..28d505e25 100644 --- a/npc/015-2/guard.txt +++ b/npc/015-2/guard.txt @@ -57,7 +57,7 @@ L_BanditLord: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, FairyHat); setunitdata(.@npcId, UDT_HEADMIDDLE, ForestArmor); setunitdata(.@npcId, UDT_HEADBOTTOM, JeansChaps); |