summaryrefslogtreecommitdiff
path: root/npc/guild
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-01 00:38:56 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2008-02-01 00:38:56 +0000
commitbbf4079daff28b4e18b82b6065fce619d5947a6f (patch)
treea51793e476a51d362fb7197fe2daad17ee8ea000 /npc/guild
parenta72edd6f4b1c74d9766e4d8428c0952fbe748ee6 (diff)
downloadhercules-bbf4079daff28b4e18b82b6065fce619d5947a6f.tar.gz
hercules-bbf4079daff28b4e18b82b6065fce619d5947a6f.tar.bz2
hercules-bbf4079daff28b4e18b82b6065fce619d5947a6f.tar.xz
hercules-bbf4079daff28b4e18b82b6065fce619d5947a6f.zip
Started fixing bugreport:899 and fixed bugreport:875
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12156 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/guild')
-rw-r--r--npc/guild/gldfunc_manager.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/guild/gldfunc_manager.txt b/npc/guild/gldfunc_manager.txt
index 10d231fbf..fc737b6f2 100644
--- a/npc/guild/gldfunc_manager.txt
+++ b/npc/guild/gldfunc_manager.txt
@@ -3,7 +3,7 @@
//===== By: ==================================================
//= jAthena - kalen (1.0) & eAthena Team
//===== Current Version: =====================================
-//= 1.9b
+//= 1.9c
//===== Compatible With: =====================================
//= eAthena SVN; RO Episode 4+
//===== Description: =========================================
@@ -40,6 +40,7 @@
//= 1.9 Fixed guild members being able to access Guild Master services. [L0ne_W0lf]
//= 1.9a Fixed Kafra cutin not closing if you choose not to dismiss her. [L0ne_W0lf]
//= 1.9b Corrected impropper variable being used for defense investment. [L0ne_W0lf]
+//= 1.9c Fixed a typo with zeny checkm when installing guardian. [L0ne_W0lf]
//============================================================
function script F_GldManager {
@@ -247,7 +248,7 @@ function script F_GldManager {
mes "Master, you have already have that Guardian. You cannot summon any more.";
return 0;
}
- if (Zeny < 1000) {
+ if (Zeny < 10000) {
mes "Well... I'm sorry but we don't have enough funds to summon the Guardian. We have failed to summon the Guardian.";
return 0;
}