Closed 5150-Dev closed 3 years ago
Added a nil check for ThisSpell. Every so often, that variable will be nil, resulting in a LUA error.
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
Added a nil check for ThisSpell. Every so often, that variable will be nil, resulting in a LUA error.