diff options
Diffstat (limited to 'npc/003-0-1/maxime.txt')
-rw-r--r-- | npc/003-0-1/maxime.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0-1/maxime.txt b/npc/003-0-1/maxime.txt index aef604644..695999f50 100644 --- a/npc/003-0-1/maxime.txt +++ b/npc/003-0-1/maxime.txt @@ -71,7 +71,7 @@ L_Missing: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, ChefHat); setunitdata(.@npcId, UDT_HEADMIDDLE, SilkRobe); setunitdata(.@npcId, UDT_HEADBOTTOM, CottonTrousers); |