LenweSaralonde / Musician

Add-on for World of Warcraft to perform music in game.
https://musician.lenwe.io
GNU General Public License v3.0
11 stars 4 forks source link

Force MusicianComm channel in last position #41

Closed LenweSaralonde closed 4 years ago

LenweSaralonde commented 4 years ago

Sometimes regular General / Trade / LocalDefense take too much time to be joint and MusicianComm gets in first position.

image

Solution: Reorder channels every time the channel list is changed to force MusicianComm at the last position

LenweSaralonde commented 4 years ago

The CHAT_MSG_CHANNEL_NOTICE event is not always triggered when joining the standard General, Trade and Local Defense channels so in rare occasions, the channels are not reordered at login.

The channels are now also reordered on CHANNEL_UI_UPDATE which is properly triggered every time a new channel is joined.

Fixed in a9e4d2ec9fb48cd27af1945f19cc7462c40ddfcc (retail) and 8655a0be645365847a39a268f2919edbeeaad1b7 (classic)