diff options
Diffstat (limited to 'npc/017-6/azwell.txt')
-rw-r--r-- | npc/017-6/azwell.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/017-6/azwell.txt b/npc/017-6/azwell.txt index 91a23b309..f21284a72 100644 --- a/npc/017-6/azwell.txt +++ b/npc/017-6/azwell.txt @@ -105,7 +105,7 @@ OnTimer1000: domovestep; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, ChemistHelmet); setunitdata(.@npcId, UDT_HEADMIDDLE, AlchemistArmor); setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); |