diff options
-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"; |