diff options
Diffstat (limited to 'npc/004-1/anwar.txt')
-rw-r--r-- | npc/004-1/anwar.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/004-1/anwar.txt b/npc/004-1/anwar.txt index 64b560c85..6cdcf6b32 100644 --- a/npc/004-1/anwar.txt +++ b/npc/004-1/anwar.txt @@ -128,7 +128,7 @@ OnTimer1000: domovestep; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, FarmerHat); setunitdata(.@npcId, UDT_HEADMIDDLE, DesertShirt); setunitdata(.@npcId, UDT_HEADBOTTOM, LeatherTrousers); |