summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/024-12/alicia.txt2
-rw-r--r--npc/024-8/nurse.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/024-12/alicia.txt b/npc/024-12/alicia.txt
index 0d70aa48f..7c78da873 100644
--- a/npc/024-12/alicia.txt
+++ b/npc/024-12/alicia.txt
@@ -96,7 +96,7 @@ L_Quit:
OnInit:
.@npcId = getnpcid(.name$);
- setunitdata(.@npcId, UDT_HEADTOP, EarMuffs);
+ setunitdata(.@npcId, UDT_HEADTOP, Earmuffs);
setunitdata(.@npcId, UDT_HEADMIDDLE, TneckSweater);
setunitdata(.@npcId, UDT_HEADBOTTOM, BromenalPants);
setunitdata(.@npcId, UDT_WEAPON, FurBoots); // Boots
diff --git a/npc/024-8/nurse.txt b/npc/024-8/nurse.txt
index 222667aa6..c50d8e51c 100644
--- a/npc/024-8/nurse.txt
+++ b/npc/024-8/nurse.txt
@@ -4,7 +4,7 @@
// Description:
// Nurse.
-024-3,33,28,0 script Frostia's Nurse NPC_ELF_F,{
+024-8,73,26,0 script Frostia's Nurse NPC_ELF_F,{
Nurse(.name$, 10, 5);
close;