awls99 / Random-Hearthstone-Toy-Continued

A continuation of Hemco's random Hearth toy
MIT License
0 stars 1 forks source link

Update for change to the way /click works #4

Closed teelolws closed 1 year ago

teelolws commented 1 year ago

/click was changed in 10.0.2, this fixes the macro to work with it.

Users are going to be stuck with a non-working macro from before 10.0.0. The addon needs something to check for a bad macro and replace it with a new one. I suggest putting something into the PLAYER_ENTERING_WORLD event handler that will replace a dud macro with a new good one during login.

awls99 commented 1 year ago

Thank you very much for this contribution