diff options
Diffstat (limited to 'npc/012-7')
-rw-r--r-- | npc/012-7/airlia.txt | 2 | ||||
-rw-r--r-- | npc/012-7/celestia.txt | 2 |
2 files changed, 2 insertions, 2 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); diff --git a/npc/012-7/celestia.txt b/npc/012-7/celestia.txt index c394de3e5..8e0d9e740 100644 --- a/npc/012-7/celestia.txt +++ b/npc/012-7/celestia.txt @@ -227,7 +227,7 @@ L_QuestionTea: OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, MurdererCrown); setunitdata(.@npcId, UDT_HEADMIDDLE, ValentineDress); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); |