diff options
Diffstat (limited to 'world/map/npc/009-2/lena.txt')
-rw-r--r-- | world/map/npc/009-2/lena.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/world/map/npc/009-2/lena.txt b/world/map/npc/009-2/lena.txt index 6f22030a..27a88310 100644 --- a/world/map/npc/009-2/lena.txt +++ b/world/map/npc/009-2/lena.txt @@ -31,8 +31,8 @@ L_Lena_Approves: callsub S_Update_Var; mes "[Lena]"; mes "\"You look like you can handle yourself in a fight. If you can take on this scourge I'll reward you with a hat like mine. In order to prove your mettle, bring me 10 Bandit Hoods so I know they've met their match.\""; - areamonster "008-1",25,60,40,65,"Bandit",1064,3, "::"; - areamonster "011-1",35,40,65,60,"Bandit",1064,3, "::"; + areamonster "008-1",25,60,40,65,"",1064,3; + areamonster "011-1",35,40,65,60,"",1064,3; goto L_Close; L_Lena_No_Fan: @@ -73,8 +73,8 @@ L_Lena_Bandit_Leader: L_LBL_Yes: set @state, 3; callsub S_Update_Var; - areamonster "008-1",25,60,40,65,"Bandit",1064,3, "::"; - areamonster "011-1",35,40,65,60,"Bandit",1064,3, "::"; + areamonster "008-1",25,60,40,65,"",1064,3; + areamonster "011-1",35,40,65,60,"",1064,3; mes "[Lena]"; mes "\"You have a brave heart. Though I know you can succeed on your own, I recommend finding others to help you defeat the bandit leader. I believe he could pose a significant threat to solitary individuals seeking to challenge him. Good luck!\""; goto L_Close; |