diff options
-rw-r--r-- | npc/functions/banker.txt | 2 |
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) { |