summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/012-1/hinnak.txt4
-rw-r--r--npc/014-3/oscar.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/npc/012-1/hinnak.txt b/npc/012-1/hinnak.txt
index 949aa167c..b069016e7 100644
--- a/npc/012-1/hinnak.txt
+++ b/npc/012-1/hinnak.txt
@@ -4,7 +4,7 @@
// Description:
// Hurnscald farmer.
-014-3,187,84,0 script Hinnak NPC_ORC,{
+012-1,105,30,0 script Hinnak NPC_ORC,{
.@q1=getq(HurnscaldQuest_Farmers);
.@q2=getq2(HurnscaldQuest_Farmers);
mesn;
@@ -135,7 +135,7 @@ L_Thanks:
OnInit:
.@npcId = getnpcid(0, .name$);
setunitdata(.@npcId, UDT_HEADTOP, RiceHat);
- setunitdata(.@npcId, UDT_HEADMIDDLE, LeatherShield);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, LeatherShirt);
setunitdata(.@npcId, UDT_HEADBOTTOM, TulimsharGuardBoots);
setunitdata(.@npcId, UDT_WEAPON, CottonTrousers);
setunitdata(.@npcId, UDT_HAIRSTYLE, 2);
diff --git a/npc/014-3/oscar.txt b/npc/014-3/oscar.txt
index f5ec975d1..500ab7f01 100644
--- a/npc/014-3/oscar.txt
+++ b/npc/014-3/oscar.txt
@@ -136,7 +136,7 @@ OnKillPinkie:
OnInit:
.@npcId = getnpcid(0, .name$);
setunitdata(.@npcId, UDT_HEADTOP, RiceHat);
- setunitdata(.@npcId, UDT_HEADMIDDLE, LeatherShield);
+ setunitdata(.@npcId, UDT_HEADMIDDLE, LeatherShirt);
setunitdata(.@npcId, UDT_HEADBOTTOM, TulimsharGuardBoots);
setunitdata(.@npcId, UDT_WEAPON, CottonTrousers);
setunitdata(.@npcId, UDT_HAIRSTYLE, 2);