summaryrefslogtreecommitdiff
path: root/npc/commands/debug.txt
diff options
context:
space:
mode:
authorgumi <mekolat@users.noreply.github.com>2017-04-25 21:04:22 -0400
committergumi <mekolat@users.noreply.github.com>2017-05-04 09:48:28 -0400
commit0a973c034c314eec7574c4afae82c96dc1a6d0b3 (patch)
tree8b4bada3073e3c2dae4e8a002d9a8b6d7d31ad15 /npc/commands/debug.txt
parenta9f6793ab05f3f8490de3dfa7f97f91f11915bc7 (diff)
downloadserverdata-0a973c034c314eec7574c4afae82c96dc1a6d0b3.tar.gz
serverdata-0a973c034c314eec7574c4afae82c96dc1a6d0b3.tar.bz2
serverdata-0a973c034c314eec7574c4afae82c96dc1a6d0b3.tar.xz
serverdata-0a973c034c314eec7574c4afae82c96dc1a6d0b3.zip
convert the old bank vault to the new bank vaults20170510
Diffstat (limited to 'npc/commands/debug.txt')
-rw-r--r--npc/commands/debug.txt2
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