1 Commits

Author SHA1 Message Date
florian.berthold 967bec7bde refactor(sortBtn): drop dead accumulator left after DoContainerMoves rewrite
release / release (push) Successful in 3s
2026-05-29 10:43:54 +02:00
-1
View File
@@ -14,7 +14,6 @@ local NORMAL_TEXTURE_SIZE = 64 * (SIZE / 36)
-- Bag Sorter code from Sushi Regular
local moves = {};
local frame = CreateFrame("Frame");
local t = 0;
local current = nil;
local isGuildBankSort = false;