diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-23 11:56:46 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-05-23 11:56:46 +0000 |
commit | 9b9305b6b1a1a004c2ef909404daa705e956a5de (patch) | |
tree | 0439c2096e22eace098c3193e109636a3951b50c /npc/quests | |
parent | 548f35874718d457bdc437570fd1f23b0bd1b366 (diff) | |
download | hercules-9b9305b6b1a1a004c2ef909404daa705e956a5de.tar.gz hercules-9b9305b6b1a1a004c2ef909404daa705e956a5de.tar.bz2 hercules-9b9305b6b1a1a004c2ef909404daa705e956a5de.tar.xz hercules-9b9305b6b1a1a004c2ef909404daa705e956a5de.zip |
fixed typo
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10612 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/Bard_Quest.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/quests/Bard_Quest.txt b/npc/quests/Bard_Quest.txt index 79c4c9e97..2299ebbff 100644 --- a/npc/quests/Bard_Quest.txt +++ b/npc/quests/Bard_Quest.txt @@ -1371,7 +1371,7 @@ S_StorySong: mes "[Errende]"; mes "*Sigh...*"; mes "I can't remember the 8th part of this song if my life depended on it. And it does~! *Wahhhh~*"; - if(bard_q==2) set bard_q,7; + if(bard_q==1) set bard_q,7; if(bard_q==21) set bard_q,27; } goto L_End; |