Open GoogleCodeExporter opened 9 years ago
can you post the changes you made to your local copy and i'll see about adding
an
option for it.
Original comment by asml...@gmail.com
on 12 Aug 2007 at 9:55
I just changed one line in one function in Prat/Modules/Sound.lua
function Prat_Sounds:PlaySound(sound, event)
self:Debug("PlaySound", sound, Prat.EVENT_ID)
self.lasteventtype = event
self.lastevent = Prat.EVENT_ID
-- Only play sounds while AFK
if( UnitIsAFK("player") ) then Prat:PlaySound(sound) end
end
Original comment by XCPeng...@gmail.com
on 21 Aug 2007 at 3:16
Original issue reported on code.google.com by
XCPeng...@gmail.com
on 21 Jul 2007 at 6:48