Mercurial > wow > kbf
changeset 11:76650e326a57
comments
| author | Chris Mellon <arkanes@gmai.com> | 
|---|---|
| date | Wed, 13 Oct 2010 09:28:45 -0500 | 
| parents | 7309cc67cac0 | 
| children | 5f07c89cb6af | 
| files | KBF.lua | 
| diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] | 
line wrap: on
 line diff
--- a/KBF.lua Wed Oct 13 09:27:34 2010 -0500 +++ b/KBF.lua Wed Oct 13 09:28:45 2010 -0500 @@ -54,6 +54,9 @@ -- until this gets fixed up -- debuffs + -- Since debuffs aren't cancellable, don't need to use the secure header + -- for them. This could be rewritten to support useful features like + -- sorting & scaling and stuff. Honestly, should at least be alphabetical. for idx=1,99 do local frame = self.debuffFrames[idx] if self.dirty then
