diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-04-29 15:42:13 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-04-29 15:42:13 -0300 |
commit | 53853ed9b34da883554e24f813c330815f52ebe5 (patch) | |
tree | 403f6a1ced9123f2fe68498b669419a8cc6876f1 /npc/009-1 | |
parent | bcb88c0deaa105aa86ae7029c228210904a687fe (diff) | |
download | serverdata-53853ed9b34da883554e24f813c330815f52ebe5.tar.gz serverdata-53853ed9b34da883554e24f813c330815f52ebe5.tar.bz2 serverdata-53853ed9b34da883554e24f813c330815f52ebe5.tar.xz serverdata-53853ed9b34da883554e24f813c330815f52ebe5.zip |
Fix fix and more fix
Diffstat (limited to 'npc/009-1')
-rw-r--r-- | npc/009-1/guards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt index bb6260046..9ad87b43c 100644 --- a/npc/009-1/guards.txt +++ b/npc/009-1/guards.txt @@ -179,7 +179,7 @@ OnInit: .distance = 4; // Check items.xml for info about this. - .@npcId = getnpcid(.name$); + .@npcId = getnpcid(); setunitdata(.@npcId, UDT_HEADTOP, Bull); setunitdata(.@npcId, UDT_HEADMIDDLE, LieutenantArmor); setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); |