summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-13 21:54:00 +0000
committerPlaytester <Playtester@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-07-13 21:54:00 +0000
commit2df80014133ecfba0a48f1904bb515a56f4d1eb5 (patch)
tree27a5d6ceb41815121a0c9ca3901f5948b8573e44
parentd73f81d430199a2a9617e266c65b00e4705088fa (diff)
downloadhercules-2df80014133ecfba0a48f1904bb515a56f4d1eb5.tar.gz
hercules-2df80014133ecfba0a48f1904bb515a56f4d1eb5.tar.bz2
hercules-2df80014133ecfba0a48f1904bb515a56f4d1eb5.tar.xz
hercules-2df80014133ecfba0a48f1904bb515a56f4d1eb5.zip
Fixed some typos thanks to Zarnox
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7662 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--npc/Changelog.txt4
-rw-r--r--npc/cities/izlude.txt6
-rw-r--r--npc/guides/guides_izl.txt4
3 files changed, 8 insertions, 6 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 78ca99ae4..5129e5ac2 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -38,8 +38,10 @@ Playtester
Date Added
======
-07/09
+07/13
+ * Fixed some typos thanks to Zarnox [Playtester]
* Disabled socket enchant npc. [Musashiden]
+07/09
* Added some missing Rachel Warps [Playtester]
* Added a fix to npc/other/books.txt [Playtester]
07/07
diff --git a/npc/cities/izlude.txt b/npc/cities/izlude.txt
index b58557dbe..4ff1d82b1 100644
--- a/npc/cities/izlude.txt
+++ b/npc/cities/izlude.txt
@@ -11,7 +11,7 @@
//===== Additional Comments: =================================
//= Fully working
//= 1.1 fixed 2 zeny bugs/checks [Lupus]
-//= 1.2 Fixed a lot of typo’s [Nexon]
+//= 1.2 Fixed a lot of typos [Nexon]
//= 1.3 Removed callfunc Is_####_Class in favor of baseClass [Silentdragon]
//= 1.4 Added a Jawaii related npc. 1.4a Fixed a small bug to
//= the Jawaii warper, thanks to reddozen and Silent [MasterOfMuppets]
@@ -530,7 +530,7 @@ izlude.gat,58,126,1 script Red 98,{
mes "Hahahaha!! See!? Someone who";
mes "pursues a different job agrees with";
mes "me~! You really are a great guy!";
- mes "Hahaha!! Undoubtedly, onlu ^FF0000Bash^000000";
+ mes "Hahaha!! Undoubtedly, only ^FF0000Bash^000000";
mes "suits a Swordman. Please tell that";
mes "to this NIMROD over here~ Hahaha!";
close;
@@ -660,7 +660,7 @@ izlude.gat,56,126,7 script Cebalis 85,{
mes "Hahahaha!! See!? Someone who";
mes "pursues a different job agrees with";
mes "me~! You really are a great guy!";
- mes "Hahaha!! Undoubtedly, onlu ^FF0000Bash^000000";
+ mes "Hahaha!! Undoubtedly, only ^FF0000Bash^000000";
mes "suits a Swordman. Please tell that";
mes "to this NIMROD over here~ Hahaha!";
close;
diff --git a/npc/guides/guides_izl.txt b/npc/guides/guides_izl.txt
index 76cb6502a..7b028c7bd 100644
--- a/npc/guides/guides_izl.txt
+++ b/npc/guides/guides_izl.txt
@@ -110,7 +110,7 @@ L_NOTICE:
goto L_MENU;
L_END:
mes "[Izlude Guide]";
- mes "Okay then, feel free to come to me if you ever geel lost around Izlude, alright?";
+ mes "Okay then, feel free to come to me if you ever feel lost around Izlude, alright?";
cutin "prt_soldier",255;
close;
-}
+} \ No newline at end of file