Skip to content

Commit

Permalink
👌 IMPROVE: More crest items
Browse files Browse the repository at this point in the history
  • Loading branch information
Merathilis committed Sep 1, 2024
1 parent 2a7b4e0 commit 682f180
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
9 changes: 9 additions & 0 deletions ElvUI_MerathilisUI/Core/Update.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions ElvUI_MerathilisUI/Locales/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions ElvUI_MerathilisUI/Modules/AutoButtons/AutoButtons_Data.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,9 @@ local openableItems = {
226100,
226103,
226146,
226148,
226152,
226154,
226193,
226194,
226195,
Expand Down

0 comments on commit 682f180

Please sign in to comment.