diff options
Diffstat (limited to 'npc/003-0/tanker.txt')
-rw-r--r-- | npc/003-0/tanker.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-0/tanker.txt b/npc/003-0/tanker.txt index 7f7e7d72d..c495b538d 100644 --- a/npc/003-0/tanker.txt +++ b/npc/003-0/tanker.txt @@ -205,7 +205,7 @@ L_Member: goto L_Member; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, WarlordHelmet); setunitdata(.@npcId, UDT_HEADMIDDLE, WarlordPlate); setunitdata(.@npcId, UDT_HEADBOTTOM, SteelShield); |