Quantcast

Small profile change plus changelog update.

Repooc [02-25-14 - 05:36]
Small profile change plus changelog update.
Filename
CHANGELOG.txt
ElvUI_SLE/config/profile.lua
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 182dcab..a9609d8 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,10 @@
 v1.81
 - Minimap Icon overhaul
-- ElvUI 6.94 Chat update
+- ElvUI 6.94-6.991 Chat update
+- Character Frame Overhaul (Armory Type Display)
+- Added an Enhanced Vehicle Bar
+- Added New S&L Currency Datatext
+- Added Equipment Set Display for items in bag

 v1.80 December 22, 2013
 - Updated stuff to ElvUI current release
diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua
index 60a1a89..c53c658 100755
--- a/ElvUI_SLE/config/profile.lua
+++ b/ElvUI_SLE/config/profile.lua
@@ -75,8 +75,8 @@ P['sle'] = {
 			["fontOutline"] = "OUTLINE",
 		},
 		['itemenchant'] = {
-			['font'] = "Arial Narrow",
-			['fontSize'] = 12,
+			['font'] = "ElvUI Pixel",
+			['fontSize'] = 10,
 			['fontOutline'] = "OUTLINE",
 			['showwarning'] = true,
 			['warningSize'] = 12,
@@ -88,15 +88,6 @@ P['sle'] = {
 		},
 	},

-	--Knightframe Adaption
-	['KnightFrame_Armory'] = {
-		['Enable'] = true,
-		['NoticeMissing'] = true,
-	},
-	['KnightFrame_Inspect'] = {
-		['Enable'] = true,
-	},
-
 	--Combat Icon
 	['combatico'] = {
 		['pos'] = 'TOP',