diff options
Diffstat (limited to 'npc/009-5/alvasus.txt')
-rw-r--r-- | npc/009-5/alvasus.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-5/alvasus.txt b/npc/009-5/alvasus.txt index e5d2869b8..23e2fa037 100644 --- a/npc/009-5/alvasus.txt +++ b/npc/009-5/alvasus.txt @@ -173,7 +173,7 @@ L_NoItem: close; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, DesertHat); setunitdata(.@npcId, UDT_HEADMIDDLE, SilkRobe); setunitdata(.@npcId, UDT_WEAPON, CreasedBoots); |