fix difficulty ids

This commit is contained in:
andrew6180
2024-07-10 16:56:39 -07:00
parent bcee5fc71a
commit 27c64fd7fb
6 changed files with 18 additions and 19 deletions
+4 -4
View File
@@ -178,10 +178,10 @@ local segmentTypeToString = {
end
local diffNumberToName = {
[1] = "normal",
[2] = "heroic",
[3] = "mythic",
[4] = "ascended",
[0] = "normal",
[1] = "heroic",
[2] = "mythic",
[3] = "ascended",
}
function classCombat:GetDifficulty()