summaryrefslogtreecommitdiff
path: root/npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt')
-rw-r--r--npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt b/npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt
index b8f96d09e..95a887ddb 100644
--- a/npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt
+++ b/npc/custom/eAAC_Scripts/kafraExpress/ke_main.txt
@@ -330,7 +330,7 @@ function script F_keGuildStorage {
callfunc "F_keIntro", e_an, "Sorry, but you don't have enough Zeny.";
return;
}
- if (guildopenstorage(0) == 1) {
+ if (guildopenstorage() == 1) {
callfunc "F_keIntro", -1, "Sorry, the guild storage is currently in use by someone else. Try again later.";
return;
}