Casting ring UnitCastingInfo() error
mihai-adrian-iordache opened this issue ยท 1 comments
Hi,
Just to give a heads up that UnitCastingInfo(self.unit) has dropped the second parameter ("rank" in your code, which lately had changed to "nameSubtext"). This of course moved all subsequent params by one and endTime ended up on a boolean instead of a number. Was easy enough to fix once i knew what i was searching for, just removed the "rank" param everywhere and it worked like a charm.
Cheers and keep up the good work. ๐
Garrett
EDIT: Just noticed this is the same issue as #29. You can merge these two. Sorry if i didn't check.