mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
test
This commit is contained in:
@@ -392,7 +392,7 @@ function B:CanItemGoInBag(bag, slot, targetBag)
|
|||||||
end
|
end
|
||||||
local bagFamily = GetItemFamily(targetBag)
|
local bagFamily = GetItemFamily(targetBag)
|
||||||
if itemFamily then
|
if itemFamily then
|
||||||
return (bagFamily == 0) or band(itemFamily, bagFamily) > 0
|
return (bagFamily == 0) or itemFamily == bagFamily
|
||||||
else
|
else
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user