* Fixed an issue where frames wouldn't update properly when changing options
James Whitehead II [01-25-08 - 16:50]
* Fixed an issue where frames wouldn't update properly when changing options
diff --git a/PerfectRaid.lua b/PerfectRaid.lua
index 46d0867..303ffca 100644
--- a/PerfectRaid.lua
+++ b/PerfectRaid.lua
@@ -117,6 +117,11 @@ function PerfectRaid:Enable()
self:RegisterEvent("CHAT_MSG_SYSTEM")
-- Create our raid frames
+ self:UpdateeRaidFrames()
+end
+
+function PerfectRaid:UpdateRaidFrames()
+ -- Create our raid frames
for idx,entry in ipairs(self.db.profile.headers) do
self:CreateRaidFrame(idx)
end