lenonk / Timers

Timers addon for Ashita v4. Visually displays recast, buff, and debuff timers
7 stars 6 forks source link

Clashes with Statustimers, please use your own pointers. #9

Open HealsCodes opened 1 year ago

HealsCodes commented 1 year ago

Timers currently uses the same pointer IDs as statustimers and also cleans them up on unload. This mutually breaks both addons if you unload either of them.

This line: https://github.com/lenonk/Timers/blob/4e87c97338dd147a9eb3df5524d15d33639b9e87/addons/timers/helpers.lua#L28

Screenshot 2022-12-05 at 18 41 18@2x

Needs to be changed to read anything but 'statustimers:realutcstamp' as that Identifier is - as the name suggests - already in use by the statustimer addon and it's a terrible idea to delete pointers created and owned by someone else.