herotc / hero-lib

WoW Addon - Core Library used by HeroRotation and AethysTools, can also be used by others 3rd-Party Addons.
European Union Public License 1.2
44 stars 35 forks source link

Update Aura.lua #52

Closed 5150-Dev closed 3 years ago

5150-Dev commented 3 years ago

Added a nil check for ThisSpell. Every so often, that variable will be nil, resulting in a LUA error.

Kutikuti commented 3 years ago

Getting this error means that the id has not been correctly set up, so it's useful for debug. It's the ID that needs fixing, not the code where the error pops up