diff options
Diffstat (limited to 'npc/012-6/nurse.txt')
-rw-r--r-- | npc/012-6/nurse.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-6/nurse.txt b/npc/012-6/nurse.txt index 607ae2dbf..a818325d7 100644 --- a/npc/012-6/nurse.txt +++ b/npc/012-6/nurse.txt @@ -8,7 +8,7 @@ close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); //setunitdata(.@npcId, UDT_HEADTOP, BrimmedFeatherHat); setunitdata(.@npcId, UDT_HEADMIDDLE, MiniSkirt); setunitdata(.@npcId, UDT_HEADBOTTOM, ShortTankTop); |