Skip to content

Commit acdfde5

Browse files
committed
Temporary fix to support bank changes in 11.2
1 parent febe629 commit acdfde5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Simulationcraft.toc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## IconTexture: Interface\Addons\SimulationCraft\logo
44
## Notes: Constructs SimC export strings
55
## Author: Theck, navv_, seriallos
6-
## Version: 11.2.0-01
6+
## Version: 11.2.0-alpha04
77
## OptionalDependencies: Ace3, LibRealmInfo, LibDBIcon, LibDataBroker-1.1
88
## SavedVariables: SimulationCraftDB
99

core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ function Simulationcraft:GetBagItemStrings(debugOutput)
585585

586586
-- https://wowpedia.fandom.com/wiki/BagID
587587
-- Bag indexes are a pain, need to start in the negatives to check everything (like the default bank container)
588-
for bag=BACKPACK_CONTAINER - ITEM_INVENTORY_BANK_BAG_OFFSET, NUM_TOTAL_EQUIPPED_BAG_SLOTS + NUM_BANKBAGSLOTS do
588+
for bag=BACKPACK_CONTAINER - ITEM_INVENTORY_BANK_BAG_OFFSET, NUM_TOTAL_EQUIPPED_BAG_SLOTS + 6 do
589589
for slot=1, C_Container.GetContainerNumSlots(bag) do
590590
local itemId = C_Container.GetContainerItemID(bag, slot)
591591

0 commit comments

Comments
 (0)