HeroLib

HeroLib

2M Downloads

TimeSinceLastCast broken.

jrubimf opened this issue ยท 2 comments

commented

It's not updating when the ability is used, only returning the current GetTime()

commented

For TimeSinceLastCast to work properly, you have to call

Player:RegisterListenedSpells(SpecID);

with the SpecID of your current spec to register your spells in the ListenedSpells table. Did you do that beforehand?

commented

Yeah, just realized that. Im really sorry.