View Single Post
07/27/17, 02:31 PM   #2
code65536
AddOn Author - Click to view addons
Join Date: Mar 2016
Posts: 21
Originally Posted by Scootworks View Post
Sometimes i have multiple times the same buff with a really long duration. and i can see the effect buff/debuff too

It's not a long buff. It's a negative buff. -1 expressed in 32-bit is 0xFFFFFFFF, and that many seconds converted to days happens to be around 49710 days. It's treating a negative signed integer as a positive unsigned integer. But that's a separate issue; the question should be why buff hasn't been removed even when its duration drops into the negatives.