From 2e6c05b6b1ec4a13c2f01916fc0b6d55ac806ad9 Mon Sep 17 00:00:00 2001 From: Paradox924X Date: Fri, 4 Jul 2008 02:01:16 +0000 Subject: Added a missing "next;" in Bruspetti Quest. (bugreport: 1724) Fixed a small typo in Advanced Refiner. (bugreport: 1660) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12909 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 2 ++ npc/merchants/advanced_refiner.txt | 2 +- npc/quests/quests_rachel.txt | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/Changelog.txt b/npc/Changelog.txt index daa8bd83e..749854491 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -1,6 +1,8 @@ Date Added ====== 2008/07/04 + * Fixed a small typo in Advanced Refiner. (bugreport: 1660) [Paradox924X] + * Added a missing "next;" in Bruspetti Quest. (bugreport: 1724) [Paradox924X] * Added a missing "next;" in Einbroch Murder Quest. (bugreport: 1739) [Paradox924X] * Added a missing "case 1:" (bugreport: 1794) [Paradox924X] * Removed extraneous " after #que_godnpc2 NPC name. (bugreport: 1758) [Paradox924X] diff --git a/npc/merchants/advanced_refiner.txt b/npc/merchants/advanced_refiner.txt index 1aa45650f..a82de58d5 100644 --- a/npc/merchants/advanced_refiner.txt +++ b/npc/merchants/advanced_refiner.txt @@ -23,7 +23,7 @@ payon,174,138,0 script Suhnbi#cash 85,{ mes "[Suhnbi]"; - mes "I am the Armsith"; + mes "I am the Armsmith"; mes "I can refine all kinds of weapons,"; mes "armor and equipment, so let me"; mes "know what you want to refine."; diff --git a/npc/quests/quests_rachel.txt b/npc/quests/quests_rachel.txt index 0b6ac03a2..a1216d48a 100644 --- a/npc/quests/quests_rachel.txt +++ b/npc/quests/quests_rachel.txt @@ -1809,6 +1809,7 @@ ra_in01,235,194,5 script Katinshuell 931,{ mes "in the mood for talking with"; mes "anyone. I'm still coping with"; mes "breaking up with my girlfriend."; + next; mes "[" + strcharinfo(0) + "]"; mes "Katinshuell... I get the"; mes "feeling that you're hiding"; -- cgit v1.2.3-60-g2f50