diff options
Diffstat (limited to 'npc/009-1/foxhound.txt')
-rw-r--r-- | npc/009-1/foxhound.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-1/foxhound.txt b/npc/009-1/foxhound.txt index f6386c472..c56261b66 100644 --- a/npc/009-1/foxhound.txt +++ b/npc/009-1/foxhound.txt @@ -179,7 +179,7 @@ L_Close: close; OnInit: - //.@npcId = getnpcid(0, .name$); + //.@npcId = getnpcid(.name$); //setunitdata(.@npcId, UDT_HEADTOP, NPCEyes); //setunitdata(.@npcId, UDT_HEADMIDDLE, VneckJumper); //setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); |