diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-04-25 21:04:22 -0400 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-05-04 09:48:28 -0400 |
commit | 0a973c034c314eec7574c4afae82c96dc1a6d0b3 (patch) | |
tree | 8b4bada3073e3c2dae4e8a002d9a8b6d7d31ad15 /npc/commands/debug.txt | |
parent | a9f6793ab05f3f8490de3dfa7f97f91f11915bc7 (diff) | |
download | serverdata-s20170510.tar.gz serverdata-s20170510.tar.bz2 serverdata-s20170510.tar.xz serverdata-s20170510.zip |
convert the old bank vault to the new bank vaults20170510
Diffstat (limited to 'npc/commands/debug.txt')
-rw-r--r-- | npc/commands/debug.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/debug.txt b/npc/commands/debug.txt index fc352bd2..193abb5b 100644 --- a/npc/commands/debug.txt +++ b/npc/commands/debug.txt @@ -10,7 +10,7 @@ function script GlobalDebugMenu { closedialog; doevent "::OnGlobalQuestReset"; // executes in all quest npcs // FIXME: maybe have a `resetquest` buildin? Zeny = 0; - #MerchantBank = 0; + BankVault = 0; clearitem; warp "000-0", 0, 0; // starting point end; // script must end for doevent to execute |