From 89fdd3160b65f53edd03158116b1add951af7763 Mon Sep 17 00:00:00 2001 From: Antonio Lobato Date: Sat, 6 Apr 2024 11:10:40 -0700 Subject: [PATCH] Fixed a bug where bank bag 7 was excluded from classic. --- core/classic/constants.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/classic/constants.lua b/core/classic/constants.lua index c6eeccec..49b64a6b 100644 --- a/core/classic/constants.lua +++ b/core/classic/constants.lua @@ -22,6 +22,7 @@ const.BANK_BAGS = { [Enum.BagIndex.BankBag_4 - 1] = Enum.BagIndex.BankBag_4 - 1, [Enum.BagIndex.BankBag_5 - 1] = Enum.BagIndex.BankBag_5 - 1, [Enum.BagIndex.BankBag_6 - 1] = Enum.BagIndex.BankBag_6 - 1, + [Enum.BagIndex.BankBag_7 - 1] = Enum.BagIndex.BankBag_7 - 1, } @@ -34,6 +35,7 @@ const.BANK_ONLY_BAGS = { [Enum.BagIndex.BankBag_4 - 1] = Enum.BagIndex.BankBag_4 - 1, [Enum.BagIndex.BankBag_5 - 1] = Enum.BagIndex.BankBag_5 - 1, [Enum.BagIndex.BankBag_6 - 1] = Enum.BagIndex.BankBag_6 - 1, + [Enum.BagIndex.BankBag_7 - 1] = Enum.BagIndex.BankBag_7 - 1, } const.BANK_ONLY_BAGS_LIST = { Enum.BagIndex.BankBag_1 - 1, @@ -42,6 +44,7 @@ const.BANK_ONLY_BAGS_LIST = { Enum.BagIndex.BankBag_4 - 1, Enum.BagIndex.BankBag_5 - 1, Enum.BagIndex.BankBag_6 - 1, + Enum.BagIndex.BankBag_7 - 1, } -- BACKPACK_BAGS contains all the bags that are part of the backpack, including