diff options
author | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-31 00:21:08 +0000 |
---|---|---|
committer | samuray22 <samuray22@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-05-31 00:21:08 +0000 |
commit | 2bb879552c0cd1cf4e8838885f72afa5cad8b724 (patch) | |
tree | 78f959e82ce687c2883c2bcb5c127b8f5d596458 /npc/jobs/2-2e | |
parent | dd86a2c6688faa2229e3c72827d329e4d854d1c5 (diff) | |
download | hercules-2bb879552c0cd1cf4e8838885f72afa5cad8b724.tar.gz hercules-2bb879552c0cd1cf4e8838885f72afa5cad8b724.tar.bz2 hercules-2bb879552c0cd1cf4e8838885f72afa5cad8b724.tar.xz hercules-2bb879552c0cd1cf4e8838885f72afa5cad8b724.zip |
* Corrected some typos errors in Gunslinger Quest. (bugreport:1549)
* Corrected some "mes" without the getitemname in Sage Quest. (bugreport:1564)
* Deleted Empty Color Tag in Soul Linker Quest. (bugreport:1572)
* Changed an incorrect "!=" to "==" in Sage Quest. (bugreport:1572)
-And Small Typo Error.
* Changed some "close"s to "close2"s on Aldebaran Guides. (bugreport:1597)
* Deleted a Unnecessary "end" in Rachel Guide.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12746 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-2e')
-rw-r--r-- | npc/jobs/2-2e/SoulLinker.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/jobs/2-2e/SoulLinker.txt b/npc/jobs/2-2e/SoulLinker.txt index b57179362..3b4fea5e6 100644 --- a/npc/jobs/2-2e/SoulLinker.txt +++ b/npc/jobs/2-2e/SoulLinker.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= Celestria & Samuray22 //===== Current Version: ===================================== -//= 1.3 +//= 1.3a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -16,7 +16,8 @@ //= 1.3 Slight updates and fixes to the script. [L0ne_W0lf] //= Removes the use of labels, and corrects other errors. //= Removed the GM-use only NPC from the sec_in map. -//= No longer used a clobal var, uses an NPC var isntead. +//= No longer used a global var, uses an NPC var instead. +//= 1.3a Deleted Empty Color Tag. (bugreport:1572) [Samuray22] //============================================================ morocc_in,174,30,6 script Kid#link1 716,{ @@ -129,7 +130,7 @@ morocc_in,174,30,6 script Kid#link1 716,{ mes "spiritually inclined, these"; mes "spirits are attracted to you."; mes "With enough training, you can"; - mes "temporarily imbue the power^FFFFFF ^000000 of these spirits to your allies."; + mes "temporarily imbue the power of these spirits to your allies."; next; mes "[Kid]"; mes "Now, you can't imbue yourself"; |