Method:
Delete a registered Azuriom website account that has an active in-game session or cached data, then invoke azlink fetch . Recreate the website account under the same username and observe sync behavior without invoking fetch.
Expected Outcome:
azlink fetch invalidates all locally cached data associated with the deleted account, causing %azlink_money% to return null or empty until a new website account is linked. Upon account recreation under the same username, the sync cycle automatically detects and links the new account, resuming normal placeholder updates without requiring manual intervention.
Actual Outcome:
azlink fetch does not invalidate the local cache on account deletion. %azlink_money% continues returning the last known balance and remains mutable despite no active website account existing. Upon account recreation under the same username, the placeholder resets to 0 and stops updating entirely until azlink fetch is manually invoked again, at which point normal sync behavior resumes.