This commit is contained in:
Bunny67
2018-07-08 11:40:09 +03:00
parent 9f690f5f5e
commit 00548517ea
+1 -1
View File
@@ -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