diff options
Diffstat (limited to 'npc/003-1/eomie.txt')
-rw-r--r-- | npc/003-1/eomie.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/eomie.txt b/npc/003-1/eomie.txt index 8de219162..dac04c054 100644 --- a/npc/003-1/eomie.txt +++ b/npc/003-1/eomie.txt @@ -82,7 +82,7 @@ L_Gift: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); //setunitdata(.@npcId, UDT_HEADTOP, PinkieHat); setunitdata(.@npcId, UDT_HEADMIDDLE, ValentineDress); setunitdata(.@npcId, UDT_HEADBOTTOM, CottonTrousers); |