diff options
author | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-04 02:01:16 +0000 |
---|---|---|
committer | Paradox924X <Paradox924X@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-07-04 02:01:16 +0000 |
commit | 2e6c05b6b1ec4a13c2f01916fc0b6d55ac806ad9 (patch) | |
tree | 5a944c3a92f5dab487da3a3c20679fcb71fe86e7 /npc/quests/quests_rachel.txt | |
parent | 7ef064876aa5371be83153575752626ba1b5a696 (diff) | |
download | hercules-2e6c05b6b1ec4a13c2f01916fc0b6d55ac806ad9.tar.gz hercules-2e6c05b6b1ec4a13c2f01916fc0b6d55ac806ad9.tar.bz2 hercules-2e6c05b6b1ec4a13c2f01916fc0b6d55ac806ad9.tar.xz hercules-2e6c05b6b1ec4a13c2f01916fc0b6d55ac806ad9.zip |
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
Diffstat (limited to 'npc/quests/quests_rachel.txt')
-rw-r--r-- | npc/quests/quests_rachel.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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"; |