diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-2/melina.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/012-2/melina.txt b/npc/012-2/melina.txt index a9f96133a..712f8b4bf 100644 --- a/npc/012-2/melina.txt +++ b/npc/012-2/melina.txt @@ -20,8 +20,8 @@ OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, CottonGloves); setunitdata(.@npcId, UDT_HEADMIDDLE, CottonShirt); - setunitdata(.@npcId, UDT_HEADBOTTOM, CottonSkirt); - setunitdata(.@npcId, UDT_WEAPON, AssassinBoots); + setunitdata(.@npcId, UDT_HEADBOTTOM, AssassinBoots); + setunitdata(.@npcId, UDT_WEAPON, MiniSkirt); setunitdata(.@npcId, UDT_HAIRSTYLE, 20); setunitdata(.@npcId, UDT_HAIRCOLOR, 4); |