Skip to content

Commit

Permalink
Add Cata for bank slots
Browse files Browse the repository at this point in the history
  • Loading branch information
Rottenbeer committed Sep 27, 2024
1 parent 2efafe9 commit 3f024f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ItemRack/ItemRack.lua
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ ItemRack.Menu = {}
ItemRack.LockList = {} -- index -2 to 11, flag whether item is tagged already for swap
if ItemRack.IsClassic() then
ItemRack.BankSlots = { -1,5,6,7,8,9,10 }
elseif ItemRack.IsBCC() or ItemRack.IsWrath() then
elseif ItemRack.IsBCC() or ItemRack.IsWrath() or ItemRack.IsCata() then
ItemRack.BankSlots = { -1,5,6,7,8,9,10,11 }
end
ItemRack.KnownItems = {} -- cache of known item locations for fast lookup
Expand Down

0 comments on commit 3f024f5

Please sign in to comment.