Quest king leftovers
Darthpred [08-17-16 - 07:45]
diff --git a/ElvUI_SLE/core/core.lua b/ElvUI_SLE/core/core.lua
index 1d11c64..bddb1ee 100644
--- a/ElvUI_SLE/core/core.lua
+++ b/ElvUI_SLE/core/core.lua
@@ -99,7 +99,6 @@ local _CompList = {
"oRA3",
"ElvUI_CustomTweaks",
"ElvUI_MerathilisUI",
- "QuestKing",
"ElvUI_Enhanced",
"DejaCharacterStats",
"ElvUI_ExtraActionBars",
diff --git a/ElvUI_SLE/core/media.lua b/ElvUI_SLE/core/media.lua
index 8454c44..f97597c 100644
--- a/ElvUI_SLE/core/media.lua
+++ b/ElvUI_SLE/core/media.lua
@@ -50,10 +50,6 @@ function M:SetBlizzFonts()
--QuestFont_Large:SetFont(E.LSM:Fetch('font', "Homespun"), 12, "") -- No idea what that is for
_G["NumberFont_Shadow_Med"]:SetFont(E.LSM:Fetch('font', db.editbox.font), db.editbox.size, db.editbox.outline) --Chat editbox
--Objective Frame
- if SLE._Compatibility["QuestKing"] and E.private.sle.skins.QuestKing.enable then
- _G["QuestKing"]:UpdateTrackerQuests()
- _G["QuestKing"]:UpdateTrackerAchievements()
- end
if not SLE._Compatibility["ElvUI_MerathilisUI"] or (SLE._Compatibility["ElvUI_MerathilisUI"] and not E.private.muiSkins.blizzard.objectivetracker) then
local COLOR
if E.db.sle.skins.objectiveTracker.classHeader then
diff --git a/ElvUI_SLE/locales/english.lua b/ElvUI_SLE/locales/english.lua
index a0f55fc..336f240 100644
--- a/ElvUI_SLE/locales/english.lua
+++ b/ElvUI_SLE/locales/english.lua
@@ -675,35 +675,6 @@ L["Header Text Color"] = true
L["Class Colored Header Text"] = true
L["Subpages"] = true
L["Subpages are blocks of 10 items. This option set how many of subpages will be shown on a single page."] = true
-L["SLE_SKINS_QUESTKING_DESC"] = [[Following options controls additional features for Quest King addon. Settings are character based.
-Due to the way of how that addon works it is mostly impossible to hook into its functions.
-Affected options are:
-- Tooltip positioning and scale
-- Clicks processing
-- Quest tagging
-- Award frame is now following Objective tracker opions of ElvUI
-- Quest names are following header settings from S&L's objective tracker skin
-- Quest King's position is now controlled by ElvUI's objectives mover
-- A lot of lines are now pulled from the client instead of being hardcoded
-- Tracked quest icon is larger]]
-L["Tooltip Anchor"] = true
-L["Tooltip Scale"] = true
-L["Quest Type Indications"] = true
-L["Clicks Registration"] = true
-L["SLE_SKINS_QUESTKING_TEMPLATE_DESC"] = [[|cff9482c9Quest King|r
-Original Quest King's controls:
-Left Click to open quest info
-Alt + Right Click to untrack
-Alt + Left Click to collapce quest
-Right Click to set quest watch
-
-|cff9482c9Blizzlike|r
-Controls of standart Blizzard quest log:
-Left Click to open quest info
-Shift + Left Click to untrack
-Right Click to set uest follow
-Ctrl + Left Click to collapce]]
-L["SLE_QUESTKING_Required"] = " Required: "
L["ElvUI Objective Tracker"] = true
L["ElvUI Skins"] = true
L["As List"] = true
diff --git a/ElvUI_SLE/locales/russian.lua b/ElvUI_SLE/locales/russian.lua
index 8d5391b..6adc73e 100644
--- a/ElvUI_SLE/locales/russian.lua
+++ b/ElvUI_SLE/locales/russian.lua
@@ -665,35 +665,6 @@ L["Header Text Color"] = "Цвет текста заголовка"
L["Class Colored Header Text"] = "По классу"
L["Subpages"] = "Субстраницы"
L["Subpages are blocks of 10 items. This option set how many of subpages will be shown on a single page."] = "Субстраницы это блоки из 10 предметов. Эта опция показывает сколько субстраниц будет показано на одной странице."
--- L["SLE_SKINS_QUESTKING_DESC"] = [[Following options controls additional features for Quest King addon. Settings are character based.
--- Due to the way of how that addon works it is mostly impossible to hook into its functions.
--- Affected options are:
--- - Tooltip positioning and scale
--- - Clicks processing
--- - Quest tagging
--- - Award frame is now following Objective tracker opions of ElvUI
--- - Quest names are following header settings from S&L's objective tracker skin
--- - Quest King's position is now controlled by ElvUI's objectives mover
--- - A lot of lines are now pulled from the client instead of being hardcoded
--- - Tracked quest icon is larger]]
--- L["Tooltip Anchor"] = true
--- L["Tooltip Scale"] = true
--- L["Quest Type Indications"] = true
--- L["Clicks Registration"] = true
--- L["SLE_SKINS_QUESTKING_TEMPLATE_DESC"] = [[|cff9482c9Quest King|r
--- Original Quest King's controls:
--- Left Click to open quest info
--- Alt + Right Click to untrack
--- Alt + Left Click to collapce quest
--- Right Click to set quest watch
-
--- |cff9482c9Blizzlike|r
--- Controls of standart Blizzard quest log:
--- Left Click to open quest info
--- Shift + Left Click to untrack
--- Right Click to set uest follow
--- Ctrl + Left Click to collapce]]
--- L["SLE_QUESTKING_Required"] = " Required: "
L["ElvUI Objective Tracker"] = "Список задач ElvUI"
L["ElvUI Skins"] = "Скины ElvUI"
L["As List"] = "Списком"