From e561453c1088be8678b8b4972c7a14e9b2ba6299 Mon Sep 17 00:00:00 2001 From: daegaladh Date: Wed, 8 Aug 2012 04:19:17 +0000 Subject: Fixed a bunch of bugs and typos, and made some little optimizations in various quests. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16604 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/quests/the_sign_quest.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/quests/the_sign_quest.txt') diff --git a/npc/quests/the_sign_quest.txt b/npc/quests/the_sign_quest.txt index e5cd814b5..702016442 100644 --- a/npc/quests/the_sign_quest.txt +++ b/npc/quests/the_sign_quest.txt @@ -1,4 +1,4 @@ -//===== rAthena Script ======================================= +//===== rAthena Script ======================================= //= The Sign Quest //===== By: ================================================== //= SinSloth(Most of the NPCs), MasterOfMuppets(Some of the NPCs + bug fixes) & Kargha(The quiz NPCs) @@ -11391,7 +11391,7 @@ niflheim,102,54,4 script Mad Man#s 739,{ next; switch(select("Pay him.:Don't pay him.")) { case 1: - if (Zeny < 20000) { + if (Zeny < 60000) { mes "[Laichin]"; mes "What is this?"; mes "You tryin to welch"; -- cgit v1.2.3-70-g09d2