diff options
Diffstat (limited to 'npc/003-1/neko.txt')
-rw-r--r-- | npc/003-1/neko.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index de1f5e292..08bf2c9cd 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -55,7 +55,7 @@ close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); setunitdata(.@npcId, UDT_HEADMIDDLE, SilkRobe); //setunitdata(.@npcId, UDT_HEADBOTTOM, LeatherTrousers); // FIXME: LeatherTrousers are BROKEN! |