Merge pull request #415 from ben0x539/patch-1

fix /keys sorting by rating
This commit is contained in:
Tercio Jose
2022-12-21 07:55:11 -03:00
committed by GitHub
+3 -3
View File
@@ -2356,10 +2356,10 @@ if (WOW_PROJECT_ID == WOW_PROJECT_MAINLINE) then
elseif (columnIndex == 4) then
sortByIndex = 3
--sort by classic dungeon name
elseif (columnIndex == 5) then
sortByIndex = 4
--elseif (columnIndex == 5) then
-- sortByIndex = 4
--sort by mythic+ ranting
elseif (columnIndex == 6) then
elseif (columnIndex == 5) then
sortByIndex = 6
end