diff options
Diffstat (limited to 'npc/024-1/guard.txt')
-rw-r--r-- | npc/024-1/guard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/024-1/guard.txt b/npc/024-1/guard.txt index b32f51185..23384e3ba 100644 --- a/npc/024-1/guard.txt +++ b/npc/024-1/guard.txt @@ -7,7 +7,7 @@ OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, WarlordHelmet); setunitdata(.@npcId, UDT_HEADMIDDLE, WarlordPlate); setunitdata(.@npcId, UDT_HEADBOTTOM, NPCEyes); |