diff options
Diffstat (limited to 'npc/009-2/librarian.txt')
-rw-r--r-- | npc/009-2/librarian.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-2/librarian.txt b/npc/009-2/librarian.txt index 1f9027c8e..89ed94583 100644 --- a/npc/009-2/librarian.txt +++ b/npc/009-2/librarian.txt @@ -121,7 +121,7 @@ L_Report: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, FancyHat); setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShirt); //setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); |