File Details
OnlineWhen-1.0.4.zip
- R
- Mar 22, 2026
- 21.62 KB
- 10
- 2.5.5
- Classic TBC
File Name
OnlineWhen-1.0.4.zip
Supported Versions
- 2.5.5
## 1.0.4
### Fixed
- Sync between players now works. The previous release used
SendAddonMessage("CHANNEL") which is not functional in TBC Classic
Anniversary — messages were sent but never received by other clients.
Switched to SendChatMessage on a dedicated realm channel (owREALM),
which is the standard approach for cross-player communication in
Classic. Messages are automatically hidden from the chat window.

