diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-30 21:50:01 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-30 21:50:01 +0000 |
commit | d825efaf6f0debd2532d815d9083ec034677c8ee (patch) | |
tree | 603b763df58f94608aaa052007fcae3215ec15df | |
parent | 934764dba32c549859c0854ba74008a250be204a (diff) | |
download | hercules-d825efaf6f0debd2532d815d9083ec034677c8ee.tar.gz hercules-d825efaf6f0debd2532d815d9083ec034677c8ee.tar.bz2 hercules-d825efaf6f0debd2532d815d9083ec034677c8ee.tar.xz hercules-d825efaf6f0debd2532d815d9083ec034677c8ee.zip |
Corrected a mistake in the sign quest (answer did not match ingame behavior)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9748 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r-- | npc/Changelog.txt | 2 | ||||
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 432999879..6aede3357 100644 --- a/npc/Changelog.txt +++ b/npc/Changelog.txt @@ -26,6 +26,8 @@ KarLaeda Date Added ====== +2007/01/30 + * Fixed a mistake in one quiz in the the sign quest [ultramage] 2007/01/29 * Updated the comodo gambling script - synced the structure with the aegis script (with neccessary adjustments) diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index 776fc4117..13af4c8a2 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -3162,7 +3162,7 @@ L_quiztime: case 18: - menu "Medicine Bowl",s_correct,"Witch Starsand",-,"Empty Bottle",-,"Empty Potion Bottle",-; + menu "Medicine Bowl",-,"Witch Starsand",-,"Empty Bottle",s_correct,"Empty Potion Bottle",s_correct; set @questiondone18,1; break; s_correct: |