MOUZU / TotemTimers-Enhanced

World of Warcraft AddOn for 1.12.1 (Vanilla) - keep's track of Shaman's Totems, how long they'll last and now also when their next Tick comes.
8 stars 3 forks source link

Fixed CastSpellByName not being able to self cast #12

Open DBFBlackbull opened 1 year ago

DBFBlackbull commented 1 year ago

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.