More Evoker Fixes
This commit is contained in:
+1
-1
@@ -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
@@ -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
|
||||
|
||||
@@ -443,5 +443,9 @@ openRaidLib.specAttribute = {
|
||||
[268] = 2,
|
||||
[269] = 2,
|
||||
[270] = 1,
|
||||
}
|
||||
},
|
||||
["EVOKER"] = {
|
||||
[1467] = 1, --Devastation
|
||||
[1468] = 1, --Preservation
|
||||
},
|
||||
}
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user