GetTotemInfo's startTime / duration is wrong #651
Labels
Acknowledged by Blizzard
We received word from Blizzard that this is being tracked internally
Bug
Something isn't working
Mainline
This issue affects the current live Retail client
Tests with some shaman totems show that time data from GetTotemInfo and GetTotemTimeLeft does not match, with sometime more than 1 second of difference
When using a totem that give a buff, GetTotemTimeLeft timer is much closer to the timer of the buff
GetTotemTimeLeft returned value is rounded with math.ceil, which make it not precise / usable
Wow_2024-09-03_14-48-34.mp4
With this demo using SLT, note how when SLT buff fade the timer from GetTotemInfo is off by 1.138s
and timer from GetTotemTimeLeft is off by 0.189s
Also not shown with this code, PLAYER_TOTEM_UPDATE event time match closer to GetTotemTimeLeft too but isn't perfect
The text was updated successfully, but these errors were encountered: