Sellorio / mega-macro

A World of Warcraft AddOn that replaces the built in macro functionality allowing more and bigger macros.
18 stars 13 forks source link

Macros don't track spell charges #223

Closed Buckmon closed 1 month ago

Buckmon commented 1 month ago

My holy shock mouseover macro doesn't track charges or recharge rate. C_Spell.GetSpellCharges() got updated in 11.0 and returns a SpellChargeInfo table instead of a tuple. https://warcraft.wiki.gg/wiki/API_C_Spell.GetSpellCharges

bpapuni commented 1 month ago

Believe this is fixed in version 1.6.2. I tested a mouseover macro for Holy Shock and am able to see charges and recharge rate.