diff options
Diffstat (limited to 'npc/010-2/sawis.txt')
-rw-r--r-- | npc/010-2/sawis.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/010-2/sawis.txt b/npc/010-2/sawis.txt index dd18d68cc..d81c1e3a7 100644 --- a/npc/010-2/sawis.txt +++ b/npc/010-2/sawis.txt @@ -119,7 +119,7 @@ L_TooWeak: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADMIDDLE, DesertShirt); setunitdata(.@npcId, UDT_HEADBOTTOM, BromenalPants); setunitdata(.@npcId, UDT_WEAPON, DeepBlackBoots); |