diff options
author | calciumkid <calciumkid@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-20 09:57:34 +0000 |
---|---|---|
committer | calciumkid <calciumkid@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-12-20 09:57:34 +0000 |
commit | 5c9714638fab10736d02d7dbfb53ca61461a2956 (patch) | |
tree | 0823a1d4a35a8193d690faea807856a826d82297 /npc/quests/The_Sign_Quest.txt | |
parent | cf7680693e8075adbdc38676ade8020fda6d9833 (diff) | |
download | hercules-5c9714638fab10736d02d7dbfb53ca61461a2956.tar.gz hercules-5c9714638fab10736d02d7dbfb53ca61461a2956.tar.bz2 hercules-5c9714638fab10736d02d7dbfb53ca61461a2956.tar.xz hercules-5c9714638fab10736d02d7dbfb53ca61461a2956.zip |
quests/The_Sign_Quest.txt another bugfix! bugreport:4230 also follup bugreport:4404
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15181 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/The_Sign_Quest.txt')
-rw-r--r-- | npc/quests/The_Sign_Quest.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt index a4a0c5129..bb02f5572 100644 --- a/npc/quests/The_Sign_Quest.txt +++ b/npc/quests/The_Sign_Quest.txt @@ -22,6 +22,7 @@ //= 3.3 Applied Kazukin's fix for the dancing portion. (bugreport:3966) [L0ne_W0lf] //= 3.4 Added Renewal Changes. [Kisuka] //= 3.4 Updated 'waitingroom' to support required zeny/lvl. [Kisuka] +//= 3.5 Fixed two bugs. 4230 & 4404 [CalciumKid] //============================================================ //============================================================ @@ -12064,7 +12065,7 @@ niflheim,102,54,4 script Mad Man#s 739,{ emotion e_pif; close; case 2: - if (Zeny < 20000) { + if (Zeny < 60000) { mes "[Laichin]"; mes "What is this?"; mes "You tryin to welch"; |