More Evoker Fixes

This commit is contained in:
Tercio Jose
2022-09-01 23:55:46 -03:00
parent dcf62493eb
commit 58bf707f40
6 changed files with 16 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
local dversion = 341
local dversion = 342
local major, minor = "DetailsFramework-1.0", dversion
local DF, oldminor = LibStub:NewLibrary (major, minor)
+2 -1
View File
@@ -5086,7 +5086,8 @@ function DF:ApplyStandardBackdrop (f, darkTheme, alphaScale)
alphaScale = alphaScale or 1.0
if(not f.SetBackdrop)then
print(debugstack(1,2,1))
--print(debugstack(1,2,1))
Mixin(f, BackdropTemplateMixin)
end
if (darkTheme) then
+5 -1
View File
@@ -443,5 +443,9 @@ openRaidLib.specAttribute = {
[268] = 2,
[269] = 2,
[270] = 1,
}
},
["EVOKER"] = {
[1467] = 1, --Devastation
[1468] = 1, --Preservation
},
}
+1 -1
View File
@@ -50,7 +50,7 @@ if (WOW_PROJECT_ID ~= WOW_PROJECT_MAINLINE and not IsDragonflight()) then
end
local major = "LibOpenRaid-1.0"
local CONST_LIB_VERSION = 44
local CONST_LIB_VERSION = 45
LIB_OPEN_RAID_CAN_LOAD = false
--declae the library within the LibStub
+6
View File
@@ -699,6 +699,12 @@ LIB_OPEN_RAID_COOLDOWNS_BY_SPEC = {
[8143] = 5, --Tremor Totem
[57994] = 6, --Wind Shear (interrupt)
},
--> EVOKER
--Devastation
[1467] = {},
--Preservation
[1468] = {},
}
--tells the duration, requirements and cooldown
+1 -1
View File
@@ -18,7 +18,7 @@
_detalhes.BFACORE = 131 --core version on BFA launch
_detalhes.SHADOWLANDSCORE = 143 --core version on Shadowlands launch
_detalhes.dragonflight_beta_version = 15
_detalhes.dragonflight_beta_version = 16
Details = _detalhes