diff --git a/Modules/Misc/Loot.lua b/Modules/Misc/Loot.lua index ab04cd05..a26b2d3e 100644 --- a/Modules/Misc/Loot.lua +++ b/Modules/Misc/Loot.lua @@ -74,7 +74,9 @@ local OnClick = function(self) ss = self:GetID() sq = self.quality sn = self.name:GetText() - LootSlot(ss) + if not InCombatLockdown() then + LootSlot(ss) + end end end diff --git a/Modules/Skins/Blizzard/LFD.lua b/Modules/Skins/Blizzard/LFD.lua index c4d9efff..e43fca5d 100644 --- a/Modules/Skins/Blizzard/LFD.lua +++ b/Modules/Skins/Blizzard/LFD.lua @@ -944,7 +944,7 @@ local function LoadSkin() S:HandlePortraitFrame(PVPLadderInfoFrame) PVPLadderInfoFrame.CentralContainer:StripTextures() - PVPLadderInfoFrame.CentralContainer.BackgroundOverlay:SetAlpha(0) + -- PVPLadderInfoFrame.CentralContainer.BackgroundOverlay:SetAlpha(0) S:HandleScrollBar(PVPLadderInfoFrame.CentralContainer.ScrollFrame.ScrollBar) PVPLadderInfoFrame.CentralContainer.ScrollFrame.ShadowOverlay:StripTextures() PVPLadderInfoFrame.TopContainer.ShadowOverlay:StripTextures() diff --git a/Modules/Skins/Blizzard_Sirus/Sirus_Inspect.lua b/Modules/Skins/Blizzard_Sirus/Sirus_Inspect.lua index 2835fb73..fb275013 100644 --- a/Modules/Skins/Blizzard_Sirus/Sirus_Inspect.lua +++ b/Modules/Skins/Blizzard_Sirus/Sirus_Inspect.lua @@ -111,7 +111,7 @@ local function LoadSkin() end) InspectPVPFrame.Ladder.CentralContainer:StripTextures() - InspectPVPFrame.Ladder.CentralContainer.BackgroundOverlay:SetAlpha(0) + -- InspectPVPFrame.Ladder.CentralContainer.BackgroundOverlay:SetAlpha(0) S:HandleScrollBar(InspectPVPFrameLadderCentralContainerScrollFrameScrollBar)