jordonwow / bigdebuffs

https://www.curseforge.com/wow/addons/bigdebuffs
44 stars 87 forks source link

fix: add spell ID to warning debuff entry #751

Closed stako closed 2 months ago

stako commented 2 months ago

fixes #725

The error message mentioned in #725 triggers when mousing over a warning bigdebuff because SetSpellByID is expecting an integer spell ID, but is receiving a boolean (true)

jordonwow commented 2 months ago

Thanks