diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 10:53:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 10:53:14 -0300 |
commit | f23a2f673e93190455a885870f325af8cff9ece3 (patch) | |
tree | 4c65c08307ee97b89dda391c9ebd5ab30d994a8e /npc | |
parent | 4a2220ac665866c1bc78ae0953355d35c69808d1 (diff) | |
download | serverdata-f23a2f673e93190455a885870f325af8cff9ece3.tar.gz serverdata-f23a2f673e93190455a885870f325af8cff9ece3.tar.bz2 serverdata-f23a2f673e93190455a885870f325af8cff9ece3.tar.xz serverdata-f23a2f673e93190455a885870f325af8cff9ece3.zip |
Ops, I forgot Melina's top :blush: No idea what to give her, so I'll be simple.
Diffstat (limited to 'npc')
-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 7690283cc..dcd3e5c1b 100644 --- a/npc/012-2/melina.txt +++ b/npc/012-2/melina.txt @@ -19,7 +19,7 @@ OnTimer1000: OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); - setunitdata(.@npcId, UDT_HEADMIDDLE, ); + setunitdata(.@npcId, UDT_HEADMIDDLE, CottonShirt); setunitdata(.@npcId, UDT_HEADBOTTOM, CottonSkirt); setunitdata(.@npcId, UDT_WEAPON, AssassinBoots); setunitdata(.@npcId, UDT_HAIRSTYLE, 20); |