- Fixing Slash and GBoM on dungeon encounters.
- Solving problems if somebody enter on a ongoing dungeon and have to detect already applyied buffs. - If the buff owner isn't found, try to detect by unitaura query. - framework update to v41.
This commit is contained in:
+3
-1
@@ -1,5 +1,5 @@
|
||||
|
||||
local dversion = 37
|
||||
local dversion = 41
|
||||
local major, minor = "DetailsFramework-1.0", dversion
|
||||
local DF, oldminor = LibStub:NewLibrary (major, minor)
|
||||
|
||||
@@ -113,6 +113,8 @@ local embed_functions = {
|
||||
"CreateInCombatTexture",
|
||||
"CreateAnimationHub",
|
||||
"CreateAnimation",
|
||||
"CreateScrollBox",
|
||||
"CreateBorder",
|
||||
}
|
||||
|
||||
DF.table = {}
|
||||
|
||||
Reference in New Issue
Block a user