This commit is contained in:
Tercio
2013-08-09 14:42:33 -03:00
parent c5ea92caaf
commit 93be6d54a1
305 changed files with 10 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
local _detalhes = _G._detalhes
--code from blizzard AlertFrames
function _detalhes:PlayGlow (frame)
frame:Show()
frame.glow:Show()
frame.glow.animIn:Play()
frame.shine:Show()
frame.shine.animIn:Play()
PlaySound ("LFG_Rewards", "master")
end