diff options
Diffstat (limited to 'npc/009-5/luanna.txt')
-rw-r--r-- | npc/009-5/luanna.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-5/luanna.txt b/npc/009-5/luanna.txt index 089062310..c2b570b39 100644 --- a/npc/009-5/luanna.txt +++ b/npc/009-5/luanna.txt @@ -13,7 +13,7 @@ OnTimer30000: end; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); setunitdata(.@npcId, UDT_HEADMIDDLE, VneckJumper); setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); |