From 0204f6360c176cafb2168aed04fdd34b281ca539 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Mon, 4 Jun 2007 01:40:12 +0000 Subject: [PATCH] * Use variables that actually existzomg1 --- PerfectRaid.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PerfectRaid.lua b/PerfectRaid.lua index b0b0b52..e8a9486 100644 --- a/PerfectRaid.lua +++ b/PerfectRaid.lua @@ -533,8 +533,8 @@ function OnAttributeChanged(frame, name, value) -- If we've been given a unit, instead of nil if value then -- Register us for frame updates under the correct unit ID. - frames[unit] = frames[unit] or {} - frames[unit][frame] = true + frames[value] = frames[value] or {} + frames[value][frame] = true -- Use the unitname to check if we need to update config -- even if the unitID changed. -- 1.7.9.5