diff options
Diffstat (limited to 'npc/012-1/mahad.txt')
-rw-r--r-- | npc/012-1/mahad.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/mahad.txt b/npc/012-1/mahad.txt index de1b02728..4631825d7 100644 --- a/npc/012-1/mahad.txt +++ b/npc/012-1/mahad.txt @@ -47,7 +47,7 @@ OnInit: .sex = G_MALE; .distance = 7; - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); // Check items.xml for info about this setunitdata(.@npcId, UDT_HEADTOP, InfantryHelmet); setunitdata(.@npcId, UDT_HEADMIDDLE, SailorShirt); |