Framework update
This commit is contained in:
+8
-3
@@ -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,
|
||||
|
||||
@@ -872,6 +872,7 @@ DF.PotionIDs = {
|
||||
|
||||
DF.RuneIDs = {
|
||||
[270058] = true, --Battle-Scarred Augment Rune
|
||||
[317065] = true, --Lightning-Forged Augment Rune
|
||||
}
|
||||
|
||||
-- /dump UnitAura ("player", 1)
|
||||
|
||||
Reference in New Issue
Block a user