diff options
Diffstat (limited to 'npc/003-1/neko.txt')
-rw-r--r-- | npc/003-1/neko.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index e9d520ba5..6742a8391 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -11,7 +11,7 @@ OnInit: //setunitdata(.@npcId, UDT_HEADMIDDLE, 1314); // TODO 1314 is now BROKEN setunitdata(.@npcId, UDT_HEADMIDDLE, 1316); setunitdata(.@npcId, UDT_HEADBOTTOM, 2213); - setunitdata(.@npcId, UDT_WEAPON, 1800); // FIXME: 1801 IS BROKEN! + setunitdata(.@npcId, UDT_WEAPON, 1801); // FIXME: 1801 IS BROKEN! setunitdata(.@npcId, UDT_HAIRSTYLE, 26); setunitdata(.@npcId, UDT_HAIRCOLOR, 2); |