diff options
Diffstat (limited to 'npc/009-1/guards.txt')
-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 e0aa43dbd..fbf846159 100644 --- a/npc/009-1/guards.txt +++ b/npc/009-1/guards.txt @@ -196,7 +196,7 @@ OnInit: // Check items.xml for info about this. // NOTE: Why Dausen item list is on Philip...? - .@npcId = getnpcid(0, "Lieutenant Jacob"); + .@npcId = getnpcid("Lieutenant Jacob"); setunitdata(.@npcId, UDT_HEADTOP, Bull); setunitdata(.@npcId, UDT_HEADMIDDLE, LegionTrainingShirt); setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); |