From ca3bcac1c1bdeed35bd5152714370d80799e9eaa Mon Sep 17 00:00:00 2001 From: Eltreum Date: Wed, 2 Feb 2022 17:46:43 -0300 Subject: [PATCH] 2.7.3 --- Changelog.md | 9 +++++---- ElvUI_EltreumUI/Modules/Nameplates/PowerBar.lua | 1 - ElvUI_EltreumUI/Modules/Skins/Sockets.lua | 3 ++- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index d227db33a..43972c654 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,11 +2,12 @@ **The future is uncertain** ___ ### 2.7.3 -Added Sockets and Enchants to the TBC/Classic Character Panel, this option can be enabled in Eltruism > Skins > Character\ -Fixed Quest Skin erroring on TBC/Classic on some quests\ -Fixed some World Quests not showing emotes due to the Raid Boss Emote Frame\ +Added Sockets and Enchants to the Character Panel for TBC and Classic (Classic only has Enchants), this option can be enabled in Eltruism > Skins > Character\ Skinned the World Quest Banner and the quests statusbars\ -Eltruism Database has been revamped, with almost all settings being disabled now. A Database converter will be run the first time you load into the game, copying your settings over to the profile. The original settings now will be set on the layout install and players that skip the install can choose what to enable at will. Make sure to reload after running the database converter to save your settings +Fixed Druid Smartclass bar not working\ +Fixed some World Quests not showing emotes due to the Raid Boss Emote Frame\ +Eltruism Database has been revamped, with almost all settings being disabled now.\ +A Database converter will be run the first time you load into the game, copying your settings over to the profile. The original settings now will be set on the layout install and players that skip the install can choose what to enable at will. Make sure to reload after running the database converter to save your settings ___ ### 2.7.2 Improved Media loading\ diff --git a/ElvUI_EltreumUI/Modules/Nameplates/PowerBar.lua b/ElvUI_EltreumUI/Modules/Nameplates/PowerBar.lua index 536eff662..df5261fc4 100644 --- a/ElvUI_EltreumUI/Modules/Nameplates/PowerBar.lua +++ b/ElvUI_EltreumUI/Modules/Nameplates/PowerBar.lua @@ -10,7 +10,6 @@ local CreateFrame = _G.CreateFrame local UnitPowerMax = _G.UnitPowerMax local myclass = E.myclass local id, _ -local IsAddOnLoaded = _G.IsAddOnLoaded local UnitCanAttack = _G.UnitCanAttack --Setup Power Bar, Prediction and Text diff --git a/ElvUI_EltreumUI/Modules/Skins/Sockets.lua b/ElvUI_EltreumUI/Modules/Skins/Sockets.lua index 5feab44e6..8e50a2e6a 100644 --- a/ElvUI_EltreumUI/Modules/Skins/Sockets.lua +++ b/ElvUI_EltreumUI/Modules/Skins/Sockets.lua @@ -2291,7 +2291,8 @@ function AddOn:OnInitialize() local frame = CreateFrame("Frame") frame:RegisterEvent("ADDON_LOADED") addonNamespace.Debug("Added Frame") - frame:SetScript("OnEvent", function(this, event,...) + --frame:SetScript("OnEvent", function(this, event,...) + frame:SetScript("OnEvent", function(_, event,...) local args = {...} addonNamespace.Debug("Addon event ", args[1]) if event == "ADDON_LOADED" and args[1] == "Blizzard_InspectUI" then