diff options
Diffstat (limited to 'npc/012-2/melina.txt')
-rw-r--r-- | npc/012-2/melina.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-2/melina.txt b/npc/012-2/melina.txt index 5d5ba9137..639eb0be5 100644 --- a/npc/012-2/melina.txt +++ b/npc/012-2/melina.txt @@ -17,7 +17,7 @@ OnTimer1000: domovestep; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, CottonGloves); setunitdata(.@npcId, UDT_HEADMIDDLE, CottonShirt); setunitdata(.@npcId, UDT_HEADBOTTOM, AssassinBoots); |