From 66ad91e5a89e6266be8cd15d1dbb0494be906029 Mon Sep 17 00:00:00 2001 From: James Whitehead II Date: Wed, 3 Jan 2007 22:58:21 +0000 Subject: [PATCH] Updated Hacks to not attempt to scale the frame while you are in combat lockdown --- PerfectRaid_Hacks.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/PerfectRaid_Hacks.lua b/PerfectRaid_Hacks.lua index c894818..9efddc9 100644 --- a/PerfectRaid_Hacks.lua +++ b/PerfectRaid_Hacks.lua @@ -132,6 +132,7 @@ function Hacks:UpdateBackdrop() end function Hacks:UpdateScale(val) + if InCombatLockdown() then return end local scale = val or PerfectRaid.db.profile.HacksScale for i=1,8 do local name = "PRHeader"..i -- 1.7.9.5