diff options
Diffstat (limited to 'npc/003-1/malivox.txt')
-rw-r--r-- | npc/003-1/malivox.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/malivox.txt b/npc/003-1/malivox.txt index 95bc0981a..0a06bd038 100644 --- a/npc/003-1/malivox.txt +++ b/npc/003-1/malivox.txt @@ -89,7 +89,7 @@ L_Quit: goodbye; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, FancyHat); setunitdata(.@npcId, UDT_HEADMIDDLE, SailorShirt); setunitdata(.@npcId, UDT_HEADBOTTOM, BromenalPants); |