Second wave of Blind fixes for WotLK Classic, I don't have access to beta so these fixes may work or not

This commit is contained in:
Tercio Jose
2022-07-14 21:13:42 -03:00
parent ebb9c10a98
commit f06c8e2797
3 changed files with 13 additions and 1 deletions
+8
View File
@@ -2699,6 +2699,10 @@ if (DetailsFramework.IsTBCWow()) then
WarriorArms = 71,
WarriorFury = 72,
WarriorProtection = 73,
DeathKnightBlood = 250,
DeathKnightFrost = 251,
DeathKnightUnholy = 252,
}
@@ -2739,6 +2743,10 @@ if (DetailsFramework.IsTBCWow()) then
[71] = "WarriorArms",
[72] = "WarriorFury",
[73] = "WarriorProtection",
[250] = "DeathKnightBlood",
[251] = "DeathKnightFrost",
[252] = "DeathKnightUnholy",
}
function Details.IsValidSpecId (specId)