diff options
Diffstat (limited to 'npc/004-1/elanore.txt')
-rw-r--r-- | npc/004-1/elanore.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/004-1/elanore.txt b/npc/004-1/elanore.txt index e03187dfc..8909123b5 100644 --- a/npc/004-1/elanore.txt +++ b/npc/004-1/elanore.txt @@ -81,7 +81,7 @@ L_Close: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); //setunitdata(.@npcId, UDT_HEADTOP, 2929); setunitdata(.@npcId, UDT_HEADMIDDLE, SorcererRobe); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); |