Skip to content

Commit

Permalink
7.3.0 - PlaySound() will now only accept soundkit IDs. -- commenting-…
Browse files Browse the repository at this point in the history
…out for now.
  • Loading branch information
spiralofhope committed Aug 29, 2017
1 parent be2f990 commit 3fdfb8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SuperDuperMacro_Frames.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ f:ClearAllPoints()
f:SetPoint("TOPLEFT", 0, -104)
sdm_MakeDraggable(f)
f:SetScript("OnShow", function(self)
PlaySound "igCharacterInfoOpen"
--PlaySound "igCharacterInfoOpen"
sdm_UpdateList()
end)
f:SetScript("OnHide", function(self)
PlaySound "igCharacterInfoClose"
--PlaySound "igCharacterInfoClose"
sdm_currentlyPlacing=nil
sdm_StopMove()
self:ClearAllPoints()
Expand Down Expand Up @@ -771,4 +771,4 @@ function sdm_CreateDefaultMacroFrameButtons()
f:SetPoint("RIGHT", MacroPopupCancelButton, "LEFT", -2, 0)
f:SetText(OKAY)
f:SetScript("OnClick", sdm_ChangeIconOkayed)
end
end

0 comments on commit 3fdfb8a

Please sign in to comment.