summaryrefslogtreecommitdiff
path: root/npc/003-5
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-5')
-rw-r--r--npc/003-5/arnea.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/003-5/arnea.txt b/npc/003-5/arnea.txt
index f92c28ef4..191dccc43 100644
--- a/npc/003-5/arnea.txt
+++ b/npc/003-5/arnea.txt
@@ -109,7 +109,7 @@ L_Incomplete:
close;
OnInit:
- .@npcId = getnpcid(0, "Arnea");
+ .@npcId = getnpcid(0, .name$);
setunitdata(.@npcId, UDT_HEADTOP, 2907);
setunitdata(.@npcId, UDT_HEADMIDDLE, 1305);
setunitdata(.@npcId, UDT_HEADBOTTOM, 2204);
@@ -124,6 +124,9 @@ OnInit:
// test instance id
setarray $@ARENA_INSTANCES, -1,-1,-1,-1,-1; // Controls Owners
setarray $@ARENA_INFOS$, "","","","",""; // Controls Owners
+
+ // Temporary fix
+ disablenpc .name$;
end;
OnInstanceInit: