Mercurial > wow > breuesk
diff Gui.lua @ 82:db7e4ee34dce
Lots of support for mobs with multiple loots
author | John@Yosemite-PC |
---|---|
date | Fri, 13 Apr 2012 23:14:03 -0400 |
parents | 62805e6b46c5 |
children | f844309a0e35 |
line wrap: on
line diff
--- a/Gui.lua Fri Apr 13 22:09:17 2012 -0400 +++ b/Gui.lua Fri Apr 13 23:14:03 2012 -0400 @@ -215,7 +215,7 @@ ["Redraw"]= function(self) self.data = {} for i,v in pairs(stateitemlist) do - local entry = {value=i, text=v.link, link=v.link, mlid=v.mlid} + local entry = {value=i, text=v.link, link=v.link, mlid=v.mlid, disabled=v.disabled} table.insert(self.data,entry) end if self.widget then