tullamods / OmniCC

Cooldown count for everything
https://tullamods.com/omnicc
MIT License
99 stars 21 forks source link

OmniCС shows strange CD #360

Open BigBont opened 3 years ago

BigBont commented 3 years ago

I do not know how to explain, I will show:

https://i.snipboard.io/4xSpPO.jpg

OmniCC shows 1d CD - Blizzard UI show 2d CD

Goranaws commented 3 years ago

I have encountered this issue before while building a Buff/Debuff addon . Most likely, OmniCC is rounding numbers up or down, differently than the Blizzard UI.

Another possibility is that multi-day cooldowns are an edge case that might not be accounted for with current text formatting.

Tuller commented 3 years ago

I don’t think this one is the blizzard cooldown bug edge case, and is likely a case of OmniCC rounding a cooldown under 1.5 days old where the blizzard UI rounds up.