diff options
Diffstat (limited to 'npc/003-0/sage.txt')
-rw-r--r-- | npc/003-0/sage.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0/sage.txt b/npc/003-0/sage.txt index 6e79dab39..b93983860 100644 --- a/npc/003-0/sage.txt +++ b/npc/003-0/sage.txt @@ -240,7 +240,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); |