summaryrefslogtreecommitdiff
path: root/npc/commands/debug-preset.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/commands/debug-preset.txt')
-rw-r--r--npc/commands/debug-preset.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/commands/debug-preset.txt b/npc/commands/debug-preset.txt
index 59cda9f2..a0112e58 100644
--- a/npc/commands/debug-preset.txt
+++ b/npc/commands/debug-preset.txt
@@ -217,7 +217,7 @@ function script DoRoutine {
break;
case 122: /* z => zeny */
Zeny = parsev(Zeny, .@args$[0], 0, 0x7FFFFFFE);
- #MerchantBank = parsev(#MerchantBank, .@args$[1], 0, 0x7FFFFFFF);
+ BankVault = parsev(BankVault, .@args$[1], 0, MAX_BANK_ZENY);
break;
}
}