Skip to content

Commit

Permalink
Add the 7th bank slot for BCC
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevcairiel committed May 17, 2021
1 parent f16b235 commit 2d3217e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .luacheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -148,4 +148,6 @@ read_globals = {
"TEXTURE_ITEM_QUEST_BORDER",
"UIDROPDOWNMENU_MENU_VALUE",
"YES",
"WOW_PROJECT_ID",
"WOW_PROJECT_CLASSIC",
}
2 changes: 1 addition & 1 deletion Inventorian.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ local BANK_CONFIG =
{
{
title = BANK,
bags = { BANK_CONTAINER, 5, 6, 7, 8, 9, 10 },
bags = (WOW_PROJECT_ID == WOW_PROJECT_CLASSIC) and { BANK_CONTAINER, 5, 6, 7, 8, 9, 10 } or { BANK_CONTAINER, 5, 6, 7, 8, 9, 10, 11 },
isBank = true,
}
}
Expand Down

0 comments on commit 2d3217e

Please sign in to comment.