# HG changeset patch # User Flick # Date 1305046547 25200 # Node ID b40e2aaccfa041bfcdf81db2b7c12aded97ad18a # Parent e0071c480445235e6d01384b18e014c05cf67680 Fix for issue #8 - action drag handler now supports equipment manager sets (and mounts/pets) diff -r e0071c480445 -r b40e2aaccfa0 ActionButton.lua --- 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