diff --git a/ElvUI/Modules/Bags/Sort.lua b/ElvUI/Modules/Bags/Sort.lua index 4c699da..f2bbdad 100644 --- a/ElvUI/Modules/Bags/Sort.lua +++ b/ElvUI/Modules/Bags/Sort.lua @@ -676,7 +676,7 @@ function B:DoMove(move) if moveTracker[source] then return false, "move incomplete" else - return B:StopStacking(L["Confused.. Try Again!"]) + return --[[B:StopStacking(L["Confused.. Try Again!"])]] -- TODO end end