Mercurial > wow > reaction
diff ActionButton.lua @ 265:b40e2aaccfa0
Fix for issue #8 - action drag handler now supports equipment manager sets (and mounts/pets)
author | Flick |
---|---|
date | Tue, 10 May 2011 09:55:47 -0700 |
parents | c918ff9ac787 |
children | 8fde9da21652 |
line wrap: on
line diff
--- a/ActionButton.lua Fri May 06 15:51:36 2011 -0700 +++ b/ActionButton.lua Tue May 10 09:55:47 2011 -0700 @@ -123,7 +123,7 @@ local _onReceiveDrag = -- function(self, button, kind, value, ...) [[ - if kind ~= "spell" and kind ~= "item" and kind ~= "macro" and kind ~= "flyout" then + if kind ~= "spell" and kind ~= "item" and kind ~= "macro" and kind ~= "flyout" and kind ~= "equipmentset" and kind ~= "companion" then return kind, value, ... else if showgrid_event and showgrid_event > 0 then