summaryrefslogtreecommitdiff
path: root/world
diff options
context:
space:
mode:
authorVincent Petithory <vincent.petithory@gmail.com>2013-03-15 22:28:32 +0100
committerVincent Petithory <vincent.petithory@gmail.com>2013-03-15 22:28:32 +0100
commit53b124a77a1e970d1c134b6ec914a13d9b16ebaa (patch)
tree0b976fe4ec83f1dc755161ccfe7b69c09806e003 /world
parentfe3abd02da83be5bf03f0f183e1ab98c50dcb608 (diff)
downloadserverdata-53b124a77a1e970d1c134b6ec914a13d9b16ebaa.tar.gz
serverdata-53b124a77a1e970d1c134b6ec914a13d9b16ebaa.tar.bz2
serverdata-53b124a77a1e970d1c134b6ec914a13d9b16ebaa.tar.xz
serverdata-53b124a77a1e970d1c134b6ec914a13d9b16ebaa.zip
Illia: fix "Something isn't alright" to "Something isn't right". Reported by Villain.
Diffstat (limited to 'world')
-rw-r--r--world/map/npc/007-1/witch.txt4
-rw-r--r--world/map/npc/052-2/chest.txt2
2 files changed, 3 insertions, 3 deletions
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;
diff --git a/world/map/npc/052-2/chest.txt b/world/map/npc/052-2/chest.txt
index 04ed023f..d42cea48 100644
--- a/world/map/npc/052-2/chest.txt
+++ b/world/map/npc/052-2/chest.txt
@@ -151,7 +151,7 @@ onMsg1:
end;
onMsg2:
- message strcharinfo(0), "Who is Luvia? Something isn't alright... It looks like your memory is rewritten.";
+ message strcharinfo(0), "Who is Luvia? Something isn't right... It looks like your memory is rewritten.";
end;
onMsg3: