diff options
Diffstat (limited to 'npc/001-1/rewards.txt')
-rw-r--r-- | npc/001-1/rewards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/rewards.txt b/npc/001-1/rewards.txt index 9e3d4d9ea..68968d50c 100644 --- a/npc/001-1/rewards.txt +++ b/npc/001-1/rewards.txt @@ -19,7 +19,7 @@ close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, TopHat); setunitdata(.@npcId, UDT_HEADMIDDLE, GoldenWarlordPlate); setunitdata(.@npcId, UDT_WEAPON, JeansChaps); |