From 0a973c034c314eec7574c4afae82c96dc1a6d0b3 Mon Sep 17 00:00:00 2001 From: gumi Date: Tue, 25 Apr 2017 21:04:22 -0400 Subject: convert the old bank vault to the new bank vault --- npc/commands/debug-preset.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/commands/debug-preset.txt') 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; } } -- cgit v1.2.3-70-g09d2