diff options
Diffstat (limited to 'npc/re')
-rw-r--r-- | npc/re/instances/BakonawaLake.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/re/instances/BakonawaLake.txt b/npc/re/instances/BakonawaLake.txt index 9cf9ea8cd..d8f88e471 100644 --- a/npc/re/instances/BakonawaLake.txt +++ b/npc/re/instances/BakonawaLake.txt @@ -84,7 +84,7 @@ ma_scene01,174,179,4 script Taho 4_M_DEWZATIMAN,{ mes "The party leader did not generate the dungeon yet."; close; } else { - mapannounce "ma_scene01","A party memeber, "+strcharinfo(0)+" of the party "+getpartyname(.@party_id)+" is entering the dungeon, "+.@md_name$+".",bc_map,"0x00ff99"; //FW_NORMAL 12 0 0 + mapannounce "ma_scene01","A party member, "+strcharinfo(0)+" of the party "+getpartyname(.@party_id)+" is entering the dungeon, "+.@md_name$+".",bc_map,"0x00ff99"; //FW_NORMAL 12 0 0 setquest 12278; warp "1@ma_b",64,51; end; @@ -512,7 +512,7 @@ OnTimer10000: mes "[Taho]"; mes "Are we going to try again?"; next; - switch(select("Hold on a sec!:Of couse! We cannot stand back now!")) { + switch(select("Hold on a sec!:Of course! We cannot stand back now!")) { case 1: mes "[Taho]"; mes "AWW... I almost brought him out."; |