diff options
Diffstat (limited to 'npc/003-10')
-rw-r--r-- | npc/003-10/arnea.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-10/arnea.txt b/npc/003-10/arnea.txt index c9eb27819..841ae3492 100644 --- a/npc/003-10/arnea.txt +++ b/npc/003-10/arnea.txt @@ -124,7 +124,7 @@ L_Quit: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, Darkelm); setunitdata(.@npcId, UDT_HEADMIDDLE, LegionCopperArmor); setunitdata(.@npcId, UDT_HEADBOTTOM, JeansChaps); |