Fix for Cataclysm attempting to run augmentation evoker code
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user