diff --git a/Actions.lua b/Actions.lua index c4b55a2..5ac33ac 100644 --- a/Actions.lua +++ b/Actions.lua @@ -311,8 +311,7 @@ ACTIONS['Dismount'] = { if IsMounted() then LM.Debug(" * setting action to dismount") - action = LM.SecureAction:Macro(SLASH_DISMOUNT1) - -- action = LM.SecureAction:Execute(Dismount) + action = LM.SecureAction:Execute(Dismount) else -- Otherwise we look for the mount from its buff and return the cancel -- actions.