From e12af34ecdedca9a83e5bf8100e4bf721ec85697 Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Mon, 19 Aug 2013 09:06:13 -0700 Subject: Move storage option to top of banker As suggested by Dyna. --- world/map/npc/functions/banker.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world/map/npc/functions') diff --git a/world/map/npc/functions/banker.txt b/world/map/npc/functions/banker.txt index 8ecb85fb..eae01230 100644 --- a/world/map/npc/functions/banker.txt +++ b/world/map/npc/functions/banker.txt @@ -12,10 +12,10 @@ L_Start: mes "How can I help you?\""; next; menu + "Open my storage", L_Storage, "Deposit", L_Dep, "Withdraw", L_With, "Check my balance", L_Balance, - "Open my storage", L_Storage, "Change Bank Options", L_Change, "Nevermind", L_Nev; close; -- cgit v1.2.3-60-g2f50