summaryrefslogtreecommitdiff
path: root/npc/003-13
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-01-06 02:40:25 -0200
committerJesusaves <cpntb1@ymail.com>2019-01-06 02:40:25 -0200
commit9764f17f5b29e1f4e9bbfbac9e0972cfedc506b0 (patch)
treec5e49945fce45d4629dd43fba7f9e6ab485d4857 /npc/003-13
parent1fc9715f84c55e9a9b0d51bf2a5c09ca9828dc96 (diff)
downloadserverdata-9764f17f5b29e1f4e9bbfbac9e0972cfedc506b0.tar.gz
serverdata-9764f17f5b29e1f4e9bbfbac9e0972cfedc506b0.tar.bz2
serverdata-9764f17f5b29e1f4e9bbfbac9e0972cfedc506b0.tar.xz
serverdata-9764f17f5b29e1f4e9bbfbac9e0972cfedc506b0.zip
Adjust chests, some of Saulc liking along my own.
Diffstat (limited to 'npc/003-13')
-rw-r--r--npc/003-13/arnea.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-13/arnea.txt b/npc/003-13/arnea.txt
index d667c0a5f..2a1038258 100644
--- a/npc/003-13/arnea.txt
+++ b/npc/003-13/arnea.txt
@@ -50,7 +50,7 @@ L_Manage:
OnInit:
.@npcId = getnpcid(.name$);
setunitdata(.@npcId, UDT_HEADTOP, Darkelm);
- setunitdata(.@npcId, UDT_HEADMIDDLE, LegionCopperArmor);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, CopperArmor);
setunitdata(.@npcId, UDT_HEADBOTTOM, JeansChaps);
setunitdata(.@npcId, UDT_WEAPON, RockKnife);
setunitdata(.@npcId, UDT_HAIRSTYLE, 14);
@@ -63,7 +63,7 @@ OnInit:
OnInstanceInit:
.@npcId = getnpcid(instance_npcname(.name$));
setunitdata(.@npcId, UDT_HEADTOP, Darkelm);
- setunitdata(.@npcId, UDT_HEADMIDDLE, LegionCopperArmor);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, CopperArmor);
setunitdata(.@npcId, UDT_HEADBOTTOM, JeansChaps);
setunitdata(.@npcId, UDT_WEAPON, RockKnife);
setunitdata(.@npcId, UDT_HAIRSTYLE, 14);