From 682f180186e5007f3541b5ca685b875c40fdd8b0 Mon Sep 17 00:00:00 2001 From: Merathilis Date: Sun, 1 Sep 2024 14:15:03 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20More=20crest=20items?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ElvUI_MerathilisUI/Core/Update.lua | 9 +++++++++ ElvUI_MerathilisUI/Locales/deDE.lua | 12 ++++++------ .../Modules/AutoButtons/AutoButtons_Data.lua | 3 +++ 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/ElvUI_MerathilisUI/Core/Update.lua b/ElvUI_MerathilisUI/Core/Update.lua index 0a64fcc00..5bae31aeb 100644 --- a/ElvUI_MerathilisUI/Core/Update.lua +++ b/ElvUI_MerathilisUI/Core/Update.lua @@ -56,6 +56,15 @@ function MER:UpdateScripts() -- DB Convert end end + if profileVersion and profileVersion <= 6.38 then + if E.db.mui.maps.eventTracker then + if E.db.mui.maps.eventTracker.iskaaranFishingNet then + E.db.mui.maps.eventTracker.iskaaranFishingNet.enable = false + UpdateMessage(L["Event Tracker"] .. ": " .. L["Update Database"], profileVersion) + end + end + end + if not isFirstLine then F.PrintGradientLine() end diff --git a/ElvUI_MerathilisUI/Locales/deDE.lua b/ElvUI_MerathilisUI/Locales/deDE.lua index 6581b2645..baea04ab8 100644 --- a/ElvUI_MerathilisUI/Locales/deDE.lua +++ b/ElvUI_MerathilisUI/Locales/deDE.lua @@ -901,12 +901,12 @@ L["The width of the tracker."] = "Die Breite der Tracker" L["Vertical Spacing"] = "Vertikaler Abstand" L["Performing"] = "Aufführung" L["Theater Troupe"] = "Theatertruppe" -L["Khaz Algar Emissary"] = true -L["Professions Weekly"] = true -L["Ringing Deeps"] = true -L["Spreading The Light"] = true -L["Underworld Operative"] = true -L["World Soul"] = true +L["Khaz Algar Emissary"] = "Abgesandter von Khaz Algar" +L["Professions Weekly"] = "Berufe wöchentlich" +L["Ringing Deeps"] = "Die Schallenden Tiefen" +L["Spreading The Light"] = "Verbreitung des Lichts" +L["Underworld Operative"] = "Unterweltagent" +L["World Soul"] = "Weltenseele" -- SMB L["Minimap Buttons"] = "Minimap Tasten" diff --git a/ElvUI_MerathilisUI/Modules/AutoButtons/AutoButtons_Data.lua b/ElvUI_MerathilisUI/Modules/AutoButtons/AutoButtons_Data.lua index 754ee1fd6..246fe2ed5 100644 --- a/ElvUI_MerathilisUI/Modules/AutoButtons/AutoButtons_Data.lua +++ b/ElvUI_MerathilisUI/Modules/AutoButtons/AutoButtons_Data.lua @@ -1009,6 +1009,9 @@ local openableItems = { 226100, 226103, 226146, + 226148, + 226152, + 226154, 226193, 226194, 226195,