You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Very rarely there are two UPDATE_SHAPESHIFT_FORM events while turning back into normal.
When this happens, the second event is probably the one that should start a timer to update the shoulder offset, because then the next UNIT_AURA is too early.
To fix this, UPDATE_SHAPESHIFT_FORM could have to always stop all currently queued timers (cosFix_waitTable = {}) and start a new one, instead of setting activateNextUnitAura = true.
The text was updated successfully, but these errors were encountered:
Very rarely there are two UPDATE_SHAPESHIFT_FORM events while turning back into normal.
When this happens, the second event is probably the one that should start a timer to update the shoulder offset, because then the next UNIT_AURA is too early.
To fix this, UPDATE_SHAPESHIFT_FORM could have to always stop all currently queued timers (cosFix_waitTable = {}) and start a new one, instead of setting activateNextUnitAura = true.
The text was updated successfully, but these errors were encountered: