diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2013-03-15 22:28:32 +0100 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2013-03-15 22:28:32 +0100 |
commit | 53b124a77a1e970d1c134b6ec914a13d9b16ebaa (patch) | |
tree | 0b976fe4ec83f1dc755161ccfe7b69c09806e003 /world/map/npc/007-1 | |
parent | fe3abd02da83be5bf03f0f183e1ab98c50dcb608 (diff) | |
download | serverdata-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/map/npc/007-1')
-rw-r--r-- | world/map/npc/007-1/witch.txt | 4 |
1 files changed, 2 insertions, 2 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; |