diff options
Diffstat (limited to 'npc/012-2/helena.txt')
-rw-r--r-- | npc/012-2/helena.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-2/helena.txt b/npc/012-2/helena.txt index ffde25870..0e9268793 100644 --- a/npc/012-2/helena.txt +++ b/npc/012-2/helena.txt @@ -269,7 +269,7 @@ L_Finish: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, FairyHat); setunitdata(.@npcId, UDT_HEADMIDDLE, ForestArmor); setunitdata(.@npcId, UDT_HEADBOTTOM, CottonSkirt); |