Quantcast

Found that this way it's much better

Darthpred [09-24-12 - 20:14]
Found that this way it's much better
Filename
ElvUI_SLE/core/install.lua
diff --git a/ElvUI_SLE/core/install.lua b/ElvUI_SLE/core/install.lua
index e058f8e..f5c9033 100644
--- a/ElvUI_SLE/core/install.lua
+++ b/ElvUI_SLE/core/install.lua
@@ -747,11 +747,13 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to
 		E.db.unitframe.units.target.buffs.playerOnly = "NONE";
 		E.db.unitframe.units.target.buffs.noDuration = "NONE";
 		E.db.unitframe.units.target.buffs.anchorPoint = 'TOPLEFT';
+		E.db.unitframe.units.target.buffs.clickThrough = false
 		E.db.unitframe.units.target.buffs.noConsolidated = "NONE"
 		E.db.unitframe.units.target.debuffs.perrow = 9;
 		E.db.unitframe.units.target.debuffs.useBlacklis = "NONE";
 		E.db.unitframe.units.target.debuffs.playerOnly = "NONE";
 		E.db.unitframe.units.target.debuffs.enable = true
+		E.db.unitframe.units.target.debuffs.clickThrough = false
 		E.db.unitframe.units.target.castbar.format = 'CURRENTMAX';
 		E.db.unitframe.units.target.castbar.color = {
 								["r"] = 0.8274509803921568,