From 0467f1f310c2cf6781c94b398e48b0a7bc21a84e Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Tue, 10 Jul 2018 21:22:27 +0300 Subject: [PATCH] update --- ElvUI/Modules/Bags/Sort.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElvUI/Modules/Bags/Sort.lua b/ElvUI/Modules/Bags/Sort.lua index 2073fdf..4c699da 100644 --- a/ElvUI/Modules/Bags/Sort.lua +++ b/ElvUI/Modules/Bags/Sort.lua @@ -400,7 +400,7 @@ end function B:CanItemGoInBag(bag, slot, targetBag) local item = bagIDs[B:Encode_BagSlot(bag, slot)] local itemFamily = GetItemFamily(item) - if itemFamily then + if itemFamily and itemFamily > 0 then local equipSlot = select(8, GetItemInfo(item)) if equipSlot == "INVTYPE_BAG" then itemFamily = 1