Skip to content

Fixed CastSpellByName not being able to self cast#12

Open
DBFBlackbull wants to merge 1 commit intoMOUZU:masterfrom
DBFBlackbull:master
Open

Fixed CastSpellByName not being able to self cast#12
DBFBlackbull wants to merge 1 commit intoMOUZU:masterfrom
DBFBlackbull:master

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