From 53b124a77a1e970d1c134b6ec914a13d9b16ebaa Mon Sep 17 00:00:00 2001 From: Vincent Petithory Date: Fri, 15 Mar 2013 22:28:32 +0100 Subject: Illia: fix "Something isn't alright" to "Something isn't right". Reported by Villain. --- world/map/npc/007-1/witch.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'world/map/npc/007-1/witch.txt') diff --git a/world/map/npc/007-1/witch.txt b/world/map/npc/007-1/witch.txt index fa81c8d8..354df9a0 100644 --- a/world/map/npc/007-1/witch.txt +++ b/world/map/npc/007-1/witch.txt @@ -788,7 +788,7 @@ L_WarpHelper: L_DoWarpHelper: // At this point, the player has been attached if ($@illia_progress >= 5) - message strcharinfo(0), "You feel dizzy, and that your memory is being rewritten... Who is Luvia? Something isn't alright."; + message strcharinfo(0), "You feel dizzy, and that your memory is being rewritten... Who is Luvia? Something isn't right."; warp "007-1.gat",85 + rand(0,2),75 + rand(0,2); detachrid; goto L_NextHelperToWarp; @@ -843,7 +843,7 @@ L_HeroEscape: L_WarpHero: // At this point, the player has been attached if ($@illia_progress >= 5) - message strcharinfo(0), "You feel dizzy, and that your memory is being rewritten... Who is Luvia? Something isn't alright."; + message strcharinfo(0), "You feel dizzy, and that your memory is being rewritten... Who is Luvia? Something isn't right."; warp "007-1.gat",85 + rand(0,2),75 + rand(0,2); detachrid; end; -- cgit v1.2.3-60-g2f50