From 4be65a96095c7ba93d941ace30131de253e6de0c Mon Sep 17 00:00:00 2001 From: gumi Date: Sun, 4 Mar 2018 18:34:58 -0500 Subject: don't use custom mob names when not necessary --- world/map/npc/009-2/lena.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'world/map/npc/009-2/lena.txt') 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; -- cgit v1.2.3-60-g2f50