Skip to content

Commit

Permalink
Fix gear from bags not showing up in live retail
Browse files Browse the repository at this point in the history
  • Loading branch information
seriallos committed Oct 3, 2022
1 parent 2f9ccf0 commit 5c6d49f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Simulationcraft.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: Simulationcraft
## Notes: Constructs SimC export strings
## Author: Theck, navv_, seriallos
## Version: 10.0.0-alpha-06
## Version: 10.0.0-alpha-07
## OptionalDependencies: Ace3, LibRealmInfo, LibDBIcon, LibDataBroker-1.1
## SavedVariables: SimulationCraftDB

Expand Down
3 changes: 2 additions & 1 deletion core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,8 @@ function Simulationcraft:GetBagItemStrings()
itemLink = C_Container.GetContainerItemLink(container, slot)
else
-- Shadowlands
local _, _, _, _, _, _, itemLink, _, _, _ = GetContainerItemInfo(container, slot)
local _, _, _, _, _, _, il, _, _, _ = GetContainerItemInfo(container, slot)
itemLink = il
end

if itemLink then
Expand Down

0 comments on commit 5c6d49f

Please sign in to comment.