diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index 962ebd02..2c395d37 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -1,5 +1,5 @@ -local dversion = 179 +local dversion = 180 local major, minor = "DetailsFramework-1.0", dversion local DF, oldminor = LibStub:NewLibrary (major, minor) @@ -3799,7 +3799,11 @@ do return object, true end end - end + end + + local get_all_inuse = function(self) + return self.inUse; + end local release = function(self, object) for i = #self.inUse, 1, -1 do @@ -3838,7 +3842,8 @@ do end local poolMixin = { - Get = get, + Get = get, + GetAllInUse = get_all_inuse, Acquire = get, Release = release, Reset = reset, diff --git a/Libs/DF/spells.lua b/Libs/DF/spells.lua index 43f0ca43..b5c5946f 100644 --- a/Libs/DF/spells.lua +++ b/Libs/DF/spells.lua @@ -872,6 +872,7 @@ DF.PotionIDs = { DF.RuneIDs = { [270058] = true, --Battle-Scarred Augment Rune + [317065] = true, --Lightning-Forged Augment Rune } -- /dump UnitAura ("player", 1)