diff options
Diffstat (limited to 'npc/012-1/luffyx.txt')
-rw-r--r-- | npc/012-1/luffyx.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/012-1/luffyx.txt b/npc/012-1/luffyx.txt index 283a1c8d7..54f521bbb 100644 --- a/npc/012-1/luffyx.txt +++ b/npc/012-1/luffyx.txt @@ -71,7 +71,7 @@ L_Lying: goto L_Main; OnInit: - .@npcId = getnpcid(0, .name$); + .@npcId = getnpcid(.name$); setunitdata(.@npcId, UDT_HEADTOP, CommunityShirt); setunitdata(.@npcId, UDT_HEADMIDDLE, JeansChaps); setunitdata(.@npcId, UDT_HEADBOTTOM, DeepBlackBoots); |