From 34b9ec09e890f30c75a01778615471d399e01c8e Mon Sep 17 00:00:00 2001 From: "F. Dekker" Date: Fri, 1 Feb 2013 11:40:00 +0100 Subject: [PATCH] - fixed new group buff weren't correctly added to the table. --- PerfectRaid_Buffs.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 1.7.9.5