This commit is contained in:
Bunny67
2018-07-11 23:33:49 +03:00
parent f65e8aa789
commit d3982ae6b9
+1 -1
View File
@@ -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