diff options
Diffstat (limited to 'npc/003-2/eistein.txt')
-rw-r--r-- | npc/003-2/eistein.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/eistein.txt b/npc/003-2/eistein.txt index ce9f6587b..c846c7f52 100644 --- a/npc/003-2/eistein.txt +++ b/npc/003-2/eistein.txt @@ -65,7 +65,7 @@ close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, GraduationCap); setunitdata(.@npcId, UDT_HEADMIDDLE, SilkRobe); setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); |