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
Since BloodOauth uses a 1s interval, it is sometimes late. We should use OnDeath and OnDelete to look up the Caster (or the target), and call RemoveCurse appropriately instead. This way the ExpireTimer can just cleanly call RemoveCurse too instead of being an interval.
The text was updated successfully, but these errors were encountered:
Since BloodOauth uses a 1s interval, it is sometimes late. We should use
OnDeath
andOnDelete
to look up the Caster (or the target), and callRemoveCurse
appropriately instead. This way the ExpireTimer can just cleanly call RemoveCurse too instead of being an interval.The text was updated successfully, but these errors were encountered: