diff --git a/ShestakUI/Modules/Skins/MageNuggets.lua b/ShestakUI/Modules/Skins/MageNuggets.lua index 77ea286725..6b670e88d3 100644 --- a/ShestakUI/Modules/Skins/MageNuggets.lua +++ b/ShestakUI/Modules/Skins/MageNuggets.lua @@ -55,7 +55,7 @@ frame:SetScript("OnEvent", function(self, event) "MageNugManaGem_FrameTexture", "MageNugAB_FrameTexture", "MageNugIgnite_FrameTexture", - "MageNugLB_FrameTexture", + "MageNugLB_FrameTextureIcon", "MageNugMoonkin_Frame_Texture", "MNmoonFire_FrameTexture", "MNinsectSwarm_FrameTexture", @@ -125,12 +125,14 @@ frame:SetScript("OnEvent", function(self, event) "MageNugSoundOptionFrame_BrainFreezeCheckButton", "MageNugSoundOptionFrame_CauterizeCheckButton", "MageNugSoundOptionFrame_TimeWarpCheckButton", + "MageNugSoundOptionFrame_ABCheckButton", "MageNugOption2Frame_MinimapCheckButton", "MageNugOption2Frame_CameraCheckButton", "MageNugOption2Frame_ConsoleTextCheckButton", "MageNugOption2Frame_LockFramesCheckButton", "MageNugOption2Frame_CheckButtonTT", "MageNugOption2Frame_ClickThruCheckButton", + "MageNugOption2Frame_SimpleUICheckButton", "MageNugCooldownFrame_apButton", "MageNugCooldownFrame_cdButton", "MageNugCooldownFrame_bwButton", @@ -146,6 +148,7 @@ frame:SetScript("OnEvent", function(self, event) "MageNugCooldownFrame_evoButton", "MageNugCooldownFrame_treantButton", "MageNugCooldownFrame_ivButton", + "MageNugCooldownFrame_blinkButton", "MageNugCooldownFrame_miButton" } @@ -204,6 +207,7 @@ frame:SetScript("OnEvent", function(self, event) "MageNugSoundOptionFrame_FoFSoundEditBox", "MageNugSoundOptionFrame_BrainFreezeSoundEditBox", "MageNugSoundOptionFrame_CauterizeSoundEditBox", + "MageNugSoundOptionFrame_ABSoundEditBox", "MageNugSoundOptionFrame_TimeWarpSoundEditBox" } @@ -599,7 +603,7 @@ frame:SetScript("OnEvent", function(self, event) -- MageNugLB_Frame MageNugLB_Frame:SetTemplate("Default") - MageNugLB_Frame:SetSize(20, 20) + MageNugLB_Frame:SetSize(21, 21) MageNugLB_FrameTexture:SetTexture() MageNugLB_FrameTextureBorder:SetTexture() @@ -836,4 +840,5 @@ frame:SetScript("OnEvent", function(self, event) MageNugMoonkinOptionFrame_Button:SkinButton() MageNugOption2FrameButton1:SkinButton() MageNugOption2FrameButton2:SkinButton() + MageNugOption2FrameButton3:SkinButton() end) \ No newline at end of file