summaryrefslogtreecommitdiff
path: root/npc/functions/banker.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/banker.txt')
-rw-r--r--npc/functions/banker.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/banker.txt b/npc/functions/banker.txt
index a0081278..5692d238 100644
--- a/npc/functions/banker.txt
+++ b/npc/functions/banker.txt
@@ -127,7 +127,7 @@ function script Banker {
l("I would like to store some items."),
l("I would like to perform money transactions."),
l("Did I received any mail?"),
- rif(getcharid(2), l("I would like to open Guild Storage.")),
+ rif(getcharid(2) > 0, l("I would like to open Guild Storage.")),
l("Bye.");
switch (@menu) {