mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
typo
This commit is contained in:
@@ -668,7 +668,7 @@ function B:DoMove(move)
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local _, _, _, _, _, _, stackSize = GetItemInfo(itemID)
|
local _, _, _, _, _, _, stackSize = GetItemInfo(sourceItemID)
|
||||||
if (sourceItemID == targetItemID) and (targetCount ~= stackSize) and ((targetCount + sourceCount) > stackSize) then
|
if (sourceItemID == targetItemID) and (targetCount ~= stackSize) and ((targetCount + sourceCount) > stackSize) then
|
||||||
B:SplitItem(sourceBag, sourceSlot, stackSize - targetCount)
|
B:SplitItem(sourceBag, sourceSlot, stackSize - targetCount)
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user