Fix for Cataclysm attempting to run augmentation evoker code

This commit is contained in:
Tercio Jose
2024-05-25 13:58:31 -03:00
parent 264a5e7628
commit 44c97087eb
3 changed files with 17 additions and 0 deletions
+7
View File
@@ -187,6 +187,9 @@ function DF.IsWarWow()
return false
end
function DF.IsTWWWow()
return DF.IsWarWow()
end
---return true if the player is playing in the WotLK version of wow with the retail api
---@return boolean
@@ -199,6 +202,10 @@ function DF.IsNonRetailWowWithRetailAPI()
end
DF.IsWotLKWowWithRetailAPI = DF.IsNonRetailWowWithRetailAPI -- this is still in use
function DF.ExpansionHasAugEvoker()
return DF.IsDragonflightWow() or DF.IsWarWow()
end
---for classic wow, get the role using the texture from the talents frame
local roleBySpecTextureName = {
DruidBalance = "DAMAGER",