From 5eea66313a822cefea950a4fa1fd193a2db80ad8 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 19 Dec 2018 16:51:19 -0200 Subject: Fix broken stuff --- npc/003-1/lieutenantdausen.txt | 2 +- npc/009-1/guards.txt | 2 +- npc/012-1/guards.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 927a8cabf..9803c26a6 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -561,7 +561,7 @@ OnInit: setunitdata(.@npcId, UDT_HEADMIDDLE, LegionTrainingShirt); setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); setunitdata(.@npcId, UDT_SHIELD, LousyMoccasins); // TODO FIXME: Display Boots - setunitdata(.@npcId, UDT_WEAPON, ArtisBacksword); + setunitdata(.@npcId, UDT_WEAPON, Backsword); setunitdata(.@npcId, UDT_HAIRSTYLE, 7); setunitdata(.@npcId, UDT_HAIRCOLOR, 17); diff --git a/npc/009-1/guards.txt b/npc/009-1/guards.txt index fbf846159..13eefc5d7 100644 --- a/npc/009-1/guards.txt +++ b/npc/009-1/guards.txt @@ -201,7 +201,7 @@ OnInit: setunitdata(.@npcId, UDT_HEADMIDDLE, LegionTrainingShirt); setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); setunitdata(.@npcId, UDT_SHIELD, LousyMoccasins); // TODO FIXME: Display Boots - setunitdata(.@npcId, UDT_WEAPON, ArtisBacksword); + setunitdata(.@npcId, UDT_WEAPON, Backsword); setunitdata(.@npcId, UDT_HAIRSTYLE, 12); setunitdata(.@npcId, UDT_HAIRCOLOR, 15); diff --git a/npc/012-1/guards.txt b/npc/012-1/guards.txt index ff34e134c..1c85b615e 100644 --- a/npc/012-1/guards.txt +++ b/npc/012-1/guards.txt @@ -89,7 +89,7 @@ OnInit: setunitdata(.@npcId, UDT_HEADMIDDLE, LegionTrainingShirt); setunitdata(.@npcId, UDT_HEADBOTTOM, RaidTrousers); setunitdata(.@npcId, UDT_SHIELD, LousyMoccasins); // TODO FIXME: Display Boots - setunitdata(.@npcId, UDT_WEAPON, ArtisBacksword); + setunitdata(.@npcId, UDT_WEAPON, Backsword); setunitdata(.@npcId, UDT_HAIRSTYLE, 12); setunitdata(.@npcId, UDT_HAIRCOLOR, 15); -- cgit v1.2.3-60-g2f50