diff options
Diffstat (limited to 'npc/003-1/luca.txt')
-rw-r--r-- | npc/003-1/luca.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/luca.txt b/npc/003-1/luca.txt index 7c6c4ad10..73cac9ef9 100644 --- a/npc/003-1/luca.txt +++ b/npc/003-1/luca.txt @@ -11,7 +11,7 @@ OnInit: //setunitdata(.@npcId, UDT_HEADTOP, 2936); setunitdata(.@npcId, UDT_HEADMIDDLE, 1308); setunitdata(.@npcId, UDT_HEADBOTTOM, 2212); - setunitdata(.@npcId, UDT_WEAPON, 1802); // FIXME: 1801 IS BROKEN! + setunitdata(.@npcId, UDT_WEAPON, 1802); setunitdata(.@npcId, UDT_HAIRSTYLE, 14); setunitdata(.@npcId, UDT_HAIRCOLOR, 13); |