diff options
Diffstat (limited to 'npc/014-3/oscar.txt')
-rw-r--r-- | npc/014-3/oscar.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-3/oscar.txt b/npc/014-3/oscar.txt index 47c7e249f..4acaeb483 100644 --- a/npc/014-3/oscar.txt +++ b/npc/014-3/oscar.txt @@ -139,7 +139,7 @@ OnKillPinkie: end; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, FarmerHat); setunitdata(.@npcId, UDT_HEADMIDDLE, LeatherShirt); setunitdata(.@npcId, UDT_HEADBOTTOM, TulimsharGuardBoots); |