- fixed new group buff weren't correctly added to the table.
F. Dekker [02-01-13 - 10:40]
- fixed new group buff weren't correctly added to the table.
diff --git a/PerfectRaid_Buffs.lua b/PerfectRaid_Buffs.lua
index 41fab52..166d3c4 100644
--- a/PerfectRaid_Buffs.lua
+++ b/PerfectRaid_Buffs.lua
@@ -258,7 +258,7 @@ function Buffs:UNIT_AURA(event, unit)
elseif buffcache[entry.groupname4 or "nil"] then
buffname = entry.groupname4
end
-
+
-- How many stacks are there?
local class = select(2, UnitClass(unit))
local conds = self.conditions
@@ -836,6 +836,9 @@ function Buffs:UpdateBuffTable()
local tbl = {}
tbl.buffname = entry.buffname
tbl.groupname = entry.groupname
+ tbl.groupname2 = entry.groupname2
+ tbl.groupname3 = entry.groupname3
+ tbl.groupname4 = entry.groupname4
tbl.colortext = "|cFF"..entry.color..tostring(entry.disptext).."|r"
tbl.missing = entry.missing
tbl.strict = entry.strict