Fixed some typos thanks to Zarnox

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@7662 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
Playtester 2006-07-13 21:54:00 +00:00
parent 2995978e85
commit d6a642dd1e
3 changed files with 8 additions and 6 deletions

View File

@ -38,8 +38,10 @@ Playtester
Date Added Date Added
====== ======
07/09 07/13
* Fixed some typos thanks to Zarnox [Playtester]
* Disabled socket enchant npc. [Musashiden] * Disabled socket enchant npc. [Musashiden]
07/09
* Added some missing Rachel Warps [Playtester] * Added some missing Rachel Warps [Playtester]
* Added a fix to npc/other/books.txt [Playtester] * Added a fix to npc/other/books.txt [Playtester]
07/07 07/07

View File

@ -11,7 +11,7 @@
//===== Additional Comments: ================================= //===== Additional Comments: =================================
//= Fully working //= Fully working
//= 1.1 fixed 2 zeny bugs/checks [Lupus] //= 1.1 fixed 2 zeny bugs/checks [Lupus]
//= 1.2 Fixed a lot of typos [Nexon] //= 1.2 Fixed a lot of typos [Nexon]
//= 1.3 Removed callfunc Is_####_Class in favor of baseClass [Silentdragon] //= 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 //= 1.4 Added a Jawaii related npc. 1.4a Fixed a small bug to
//= the Jawaii warper, thanks to reddozen and Silent [MasterOfMuppets] //= 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 "Hahahaha!! See!? Someone who";
mes "pursues a different job agrees with"; mes "pursues a different job agrees with";
mes "me~! You really are a great guy!"; 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 "suits a Swordman. Please tell that";
mes "to this NIMROD over here~ Hahaha!"; mes "to this NIMROD over here~ Hahaha!";
close; close;
@ -660,7 +660,7 @@ izlude.gat,56,126,7 script Cebalis 85,{
mes "Hahahaha!! See!? Someone who"; mes "Hahahaha!! See!? Someone who";
mes "pursues a different job agrees with"; mes "pursues a different job agrees with";
mes "me~! You really are a great guy!"; 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 "suits a Swordman. Please tell that";
mes "to this NIMROD over here~ Hahaha!"; mes "to this NIMROD over here~ Hahaha!";
close; close;

View File

@ -110,7 +110,7 @@ L_NOTICE:
goto L_MENU; goto L_MENU;
L_END: L_END:
mes "[Izlude Guide]"; 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; cutin "prt_soldier",255;
close; close;
} }