diff --git a/Core/AttributeHandler.lua b/Core/AttributeHandler.lua index 2a5ce2e2..d328a9de 100644 --- a/Core/AttributeHandler.lua +++ b/Core/AttributeHandler.lua @@ -75,10 +75,8 @@ function Clicked:CreateCommandAttributes(register, command, prefix, suffix) if command.action == Clicked.CommandType.TARGET then CreateAttribute(register, prefix, "type", suffix, "target") - CreateAttribute(register, prefix, "unit", suffix, "mouseover") elseif command.action == Clicked.CommandType.MENU then CreateAttribute(register, prefix, "type", suffix, "menu") - CreateAttribute(register, prefix, "unit", suffix, "mouseover") elseif command.action == Clicked.CommandType.MACRO then CreateAttribute(register, prefix, "type", suffix, "macro") CreateAttribute(register, prefix, "macrotext", suffix, command.data)