Skip to content

Commit

Permalink
Added support voidStorage items.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Jan 7, 2014
1 parent e5c0ab2 commit 2d790ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ShestakUI/Libs/oGlow/Pipes/CharFlyout.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ local hook
local _E

local getID = function(loc)
local player, bank, bags, _, slot, bag = EquipmentManager_UnpackLocation(loc)
if not player and not bank and not bags then return end
local player, bank, bags, voidStorage, slot, bag = EquipmentManager_UnpackLocation(loc)
if not player and not bank and not bags and not voidStorage then return end

if not bags then
return GetInventoryItemID("player", slot)
Expand Down

1 comment on commit 2d790ca

@Wetxius
Copy link
Collaborator Author

@Wetxius Wetxius commented on 2d790ca Jan 7, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Это для трансмогрификации. Теперь будут краситься предметы в банке бездны.

Please sign in to comment.