diff options
author | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-24 09:30:48 +0000 |
---|---|---|
committer | toms <toms@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-04-24 09:30:48 +0000 |
commit | 71bb8227fa1b7f5c04e8bd8875561efb428c014a (patch) | |
tree | d39779784a89f25ea261238123b0219623c5735e /npc | |
parent | 709fc6edc72b8a9aec91bbc0c0006ea5073c00fb (diff) | |
download | hercules-71bb8227fa1b7f5c04e8bd8875561efb428c014a.tar.gz hercules-71bb8227fa1b7f5c04e8bd8875561efb428c014a.tar.bz2 hercules-71bb8227fa1b7f5c04e8bd8875561efb428c014a.tar.xz hercules-71bb8227fa1b7f5c04e8bd8875561efb428c014a.zip |
Corrected a typo error ';;' bugreport:919
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12645 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_veins.txt | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 3e5c3c2ff..da2c53091 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,5 +1,7 @@ Date Added ====== +2008/04/22 + * Rev. 12645 Corrected a typo error ";;" bugreport:919 [Toms] 2008/04/21 * Rev. 12629 Fixed yet another WoE SE Bug (Juno castle 3) [L0ne_W0lf] * Rev. 12628 Fixed another WoE SE Bug. (wrong target for donpcevent) [L0ne_W0lf] diff --git a/npc/quests/quests_veins.txt b/npc/quests/quests_veins.txt index ea9f56ba4..97e246be1 100644 --- a/npc/quests/quests_veins.txt +++ b/npc/quests/quests_veins.txt @@ -3,7 +3,7 @@ //===== By: ================================================== //= L0ne_W0lf //===== Current Version: ===================================== -//= 1.4 +//= 1.4a //===== Compatible With: ===================================== //= eAthena SVN //===== Description: ========================================= @@ -34,6 +34,7 @@ //= 1.3 Fixed two typos small in Asbar. [L0ne_W0lf] //= 1.3a More fixes to some of the Base quest NPCs. [L0ne_W0lf] //= 1.4 Added missing checkweights. [L0ne_W0lf] +//= 1.4a Corrected a typo error ";;". [Toms] //============================================================ // Stone Quest @@ -2391,7 +2392,7 @@ morocc,297,154,0 script Thin-Faced Bard#sch 51,{ mes "I'm just a lookalike that's"; mes "been planted here in case"; mes "his hoodlum buddies come"; - mes "here to find him. You know?";; + mes "here to find him. You know?"; next; mes "[Bard]"; mes "Yeah... This is a pretty"; |