We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6fd4b7 commit 45982daCopy full SHA for 45982da
LiteAssist.lua
@@ -422,10 +422,8 @@ function LiteAssist_OnLoad(self)
422
-- This does not stop us using the other units in the macro.
423
-- We save the unit we really want as "X-realunit" so we can fetch it
424
-- back later from whichever button was clicked.
425
- LiteAssistLearnTarget:SetAttribute("type", "macro")
426
LiteAssistLearnTarget:SetAttribute("X-realunit", "target")
427
LiteAssistLearnTarget:SetAttribute("pressAndHoldAction", true)
428
- LiteAssistLearnHover:SetAttribute("type", "macro")
429
LiteAssistLearnHover:SetAttribute("X-realunit", "mouseover")
430
LiteAssistLearnHover:SetAttribute("pressAndHoldAction", true)
431
0 commit comments