Skip to content

Commit

Permalink
Use direct action for dismount.
Browse files Browse the repository at this point in the history
All macro-using actions will fail from /click due to Blizzard restrictions
  • Loading branch information
mbattersby committed Jul 24, 2024
1 parent d38d3bf commit 233e393
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Actions.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 233e393

Please sign in to comment.