Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed CastSpellByName not being able to self cast #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DBFBlackbull
Copy link

CastSpellByName has a self cast option described here: https://wowwiki-archive.fandom.com/wiki/API_CastSpellByName
The argument for the self cast was missing, meaning that just by having this addon active on your character all macros of the type CastSpellByName("spell_name",1) would fail to self cast, and only work as a regular cast.

By adding in the missing argument self casting is now restored.

I also indented line 562 to match the formatting of the surrounding code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant