Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Better (worse?) handling of Battle.net IDs. All Battle.net whispers a…
…re now displayed with [id: <some id>] instead of their corresponding real names. This "resolves" the issue where real names are not consistent between logins, which would attribute some messages to the wrong people in Elephant before this update. Instead, they will be attributed to the internal ID decided by the WoW client when the message is received or sent. This stays consistent within a single gaming session, but changes when you logoff/log back in. So the same ID might be reused for a different person later on. Nothing can be done about this inconsistency from an addon. Using IDs is the closest I can be. This is due to privacy reasons and unfortunately is out of my control.
- Loading branch information