diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-22 21:31:00 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-22 21:31:00 -0300 |
commit | 48237eac9c25b0c4207f2919c3996506b5a6bbd2 (patch) | |
tree | 89707f06cedad6e29f3bf4dcadf6d6be884fdc1b /npc | |
parent | 4338b4ca9aea3267054401a23fd8c90c352cb609 (diff) | |
download | serverdata-48237eac9c25b0c4207f2919c3996506b5a6bbd2.tar.gz serverdata-48237eac9c25b0c4207f2919c3996506b5a6bbd2.tar.bz2 serverdata-48237eac9c25b0c4207f2919c3996506b5a6bbd2.tar.xz serverdata-48237eac9c25b0c4207f2919c3996506b5a6bbd2.zip |
[skip ci] Add another NPC-Only armor for Azwell the Alchemist.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/017-6/azwell.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/017-6/azwell.txt b/npc/017-6/azwell.txt index df82404a4..7d12ed886 100644 --- a/npc/017-6/azwell.txt +++ b/npc/017-6/azwell.txt @@ -105,8 +105,8 @@ OnTimer1000: OnInit: .@npcId = getnpcid(0, .name$); setunitdata(.@npcId, UDT_HEADTOP, ChemistHelmet); - setunitdata(.@npcId, UDT_HEADMIDDLE, SorcererRobe); - setunitdata(.@npcId, UDT_HEADBOTTOM, BromenalPants); + setunitdata(.@npcId, UDT_HEADMIDDLE, AlchemistArmor); + setunitdata(.@npcId, UDT_HEADBOTTOM, CottonGloves); setunitdata(.@npcId, UDT_WEAPON, LousyMoccasins); // Boots setunitdata(.@npcId, UDT_HAIRSTYLE, 14); setunitdata(.@npcId, UDT_HAIRCOLOR, 17); |