File Details
v1.3.0
- R
- Feb 25, 2026
- 161.53 KB
- 3
- 12.0.0
- Retail
File Name
LevelRacer-v1.3.0.zip
Supported Versions
- 12.0.0
LevelRacer
v1.3.0 (2026-02-25)
Full Changelog Previous Releases
- Bump version to 1.3.0
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com - Fix BNet cross-realm communication (send and receive)
Three bugs prevented cross-realm BNet sync:- FindBNetPresenceID returned bnetAccountID instead of gameAccountID
- BN_CHAT_MSG_ADDON event was never registered (AceComm only handles
CHAT_MSG_ADDON), so incoming BNet messages were silently dropped - No deserialization/dispatch path for BNet messages
Fixes: rename to FindBNetGameAccountID returning gameInfo.gameAccountID,
register BN_CHAT_MSG_ADDON in OnEnable, add OnBNetCommReceived with
sender resolution via C_BattleNet.GetGameAccountInfoByID, and extract
shared DispatchMessage used by both AceComm and BNet receive paths.
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com
- Fix game version to 12.0.1 in CLAUDE.md and README
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com - Update CLAUDE.md with MX message type and finish tracking details
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com - Update README with finish tracking and celebration features
Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

