From d3982ae6b9ae32a299e2221d99b76eccc11a48f0 Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Wed, 11 Jul 2018 23:33:49 +0300 Subject: [PATCH] typo --- 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 3e9323e..703a17b 100644 --- a/ElvUI/Modules/Bags/Sort.lua +++ b/ElvUI/Modules/Bags/Sort.lua @@ -668,7 +668,7 @@ function B:DoMove(move) end end - local _, _, _, _, _, _, stackSize = GetItemInfo(itemID) + local _, _, _, _, _, _, stackSize = GetItemInfo(sourceItemID) if (sourceItemID == targetItemID) and (targetCount ~= stackSize) and ((targetCount + sourceCount) > stackSize) then B:SplitItem(sourceBag, sourceSlot, stackSize - targetCount) else