1 parent 60adbba commit f9fb321Copy full SHA for f9fb321
1 file changed
AddOns/!!!ClassicAPI/Util/TradeSkillLink.lua
@@ -259,6 +259,9 @@ local function CreateFrame_TradeSkillLink()
259
f:Hide();
260
tinsert(UISpecialFrames, f:GetName())
261
262
+ f:SetScript("OnShow", function() PlaySound("igCharacterInfoOpen"); end);
263
+ f:SetScript("OnHide", function() PlaySound("igCharacterInfoClose"); end);
264
+
265
local portrait = f:CreateTexture(nil, "BACKGROUND");
266
portrait:SetSize(60, 60);
267
portrait:SetPoint("TOPLEFT", 7, -6);
0 commit comments