Quantcast

w/e

Darthpred [10-16-16 - 09:15]
w/e
Filename
ElvUI_SLE/modules/nameplates.lua
diff --git a/ElvUI_SLE/modules/nameplates.lua b/ElvUI_SLE/modules/nameplates.lua
index db84523..b9e3194 100644
--- a/ElvUI_SLE/modules/nameplates.lua
+++ b/ElvUI_SLE/modules/nameplates.lua
@@ -38,7 +38,7 @@ hooksecurefunc(NP, 'Update_ThreatList', function(self, myPlate)
 	if myPlate.threatInfo then
 		myPlate.threatInfo:SetText()

-		if N.db.showthreat and myPlate.UnitType == "ENEMY_NPC" then
+		if E.db.sle.nameplates.showthreat and myPlate.UnitType == "ENEMY_NPC" then
 			local unit = myPlate.unit
 			if not unit then
 				for i=1, 4 do