mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-08-03 11:29:22 -04:00
GetTime was never implemented. It is the interface's shared reference for anything timed — a cooldown records GetTime() + duration and something else compares against it later — so every one of those comparisons was against nil, including the ones in this client's own bootstrap. One clock behind it, in core, because two callers each keeping their own start point would disagree by however long apart they first ran. For a cooldown that is a sweep wrong by seconds that never settles. The sweep is a wedge from twelve o'clock shrinking clockwise, drawn to the corners rather than an inscribed circle — what it covers is a square icon and a circle would leave the corners lit — and clipped to the frame so the overrun does not spill onto its neighbours.