wow-rp-addons / Chomp

World of Warcraft addon library for more automated communication handling.
ISC License
2 stars 4 forks source link

Use CTL's new shiny BNSendGameData API #59

Closed Meorawr closed 4 months ago

Meorawr commented 4 months ago

Fixes #56. CTL version 29 or newer now has the necessary public API to support sending messages over Battle.net, so we no longer need to reach in and call the Enqueue method manually.

Let this one sit for a bit so that it doesn't get packaged too eagerly; need to wait for CTL to be updated in the SVN repo first before this can be used.