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