diff options
Diffstat (limited to 'npc/012-1/dyrinthetraveler.txt')
-rw-r--r-- | npc/012-1/dyrinthetraveler.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/dyrinthetraveler.txt b/npc/012-1/dyrinthetraveler.txt index ebacbfecd..43853b860 100644 --- a/npc/012-1/dyrinthetraveler.txt +++ b/npc/012-1/dyrinthetraveler.txt @@ -89,7 +89,7 @@ L_Close: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); setunitdata(.@npcId, UDT_HEADMIDDLE, UglyChristmasSweater); // All travelers wear this stuff setunitdata(.@npcId, UDT_HEADBOTTOM, TulimsharGuardBoots); |