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
|
||||
local bagFamily = GetItemFamily(targetBag)
|
||||
if itemFamily then
|
||||
return (bagFamily == 0) or band(itemFamily, bagFamily) > 0
|
||||
return (bagFamily == 0) or itemFamily == bagFamily
|
||||
else
|
||||
return false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user