diff options
Diffstat (limited to 'npc/012-7/airlia.txt')
-rw-r--r-- | npc/012-7/airlia.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-7/airlia.txt b/npc/012-7/airlia.txt index b085a9230..c7ca72bc5 100644 --- a/npc/012-7/airlia.txt +++ b/npc/012-7/airlia.txt @@ -52,7 +52,7 @@ L_Mayor: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, Earmuffs); setunitdata(.@npcId, UDT_HEADMIDDLE, RedknightArmor); setunitdata(.@npcId, UDT_HEADBOTTOM, Boots); |