From 037de9f1a86de36b5b5175066efc9687124f62c0 Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Tue, 10 Jul 2018 21:25:40 +0300 Subject: [PATCH] test --- 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 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