diff options
Diffstat (limited to 'npc/003-4/sorfina.txt')
-rw-r--r-- | npc/003-4/sorfina.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-4/sorfina.txt b/npc/003-4/sorfina.txt index 99d589c4d..e9b002600 100644 --- a/npc/003-4/sorfina.txt +++ b/npc/003-4/sorfina.txt @@ -114,7 +114,7 @@ OnWarn: end; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); setunitdata(.@npcId, UDT_HEADMIDDLE, ValentineDress); //TODO setunitdata(.@npcId, UDT_HEADBOTTOM, CottonTrousers); |