mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 16:34:45 +00:00
typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user