diff options
Diffstat (limited to 'npc/005-1/vincent.txt')
-rw-r--r-- | npc/005-1/vincent.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-1/vincent.txt b/npc/005-1/vincent.txt index 57d9a5546..7bdd1543e 100644 --- a/npc/005-1/vincent.txt +++ b/npc/005-1/vincent.txt @@ -60,7 +60,7 @@ L_QuestDone: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, CreasedShirt); setunitdata(.@npcId, UDT_HEADMIDDLE, CreasedShorts); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); |