diff options
Diffstat (limited to 'npc/003-0/priest.txt')
-rw-r--r-- | npc/003-0/priest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0/priest.txt b/npc/003-0/priest.txt index be513ed71..04ff8b558 100644 --- a/npc/003-0/priest.txt +++ b/npc/003-0/priest.txt @@ -234,7 +234,7 @@ L_Member: goto L_Member; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); //setunitdata(.@npcId, UDT_HEADTOP, WarlordHelmet); // TODO: wizard hat setunitdata(.@npcId, UDT_HEADMIDDLE, SorcererRobe); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); |