Go to file
Parnic efc25bdb9c Hide lag bar for invalid conditions
For some interactables, such as specific quest-related objects in WoD, we never receive a SpellCastSent event, only a SpellCastStart. If, prior to that event, we ever failed a spell cast, we would have an outdated "spell sent time" saved off for a previous cast. This value would then get used due to us receiving a Start with no Sent and would cause the lag bar to fill the entire cast bar incorrectly. For these cases, we now no longer show the lag bar at all because we don't receive enough information from the game to compute one.
2016-05-18 00:04:29 -05:00
2015-06-27 22:22:32 -05:00
2012-08-28 14:31:59 +00:00
2016-05-17 23:19:28 -05:00
2016-05-17 23:19:14 -05:00
Description
No description provided
MIT 8.3 MiB
Languages
Lua 100%