View Single Post
11-20-14, 12:07 PM   #11
elcius
A Cliff Giant
AddOn Author - Click to view addons
Join Date: Sep 2011
Posts: 75
Lua Code:
  1. /run DM=DM or C_Timer.NewTicker(0.5,function()for i=1,50 do local _,_,_,_,m,_,_,e = GetInboxHeaderInfo(i)DeleteInboxItem((e or m>0) and 0 or i)end end)
  Reply With Quote