Who Taunted?

Who Taunted?

308k Downloads

Remove calls to and usage of SendChatMessage/ChatThrottleLib

Davie3 opened this issue ยท 1 comments

commented

Since WoW 8.2.5 (and Classic 1.13.3), the SendChatMessage function has been Protected. "SAY", "YELL" and "CHANNEL" require a hardware event while outdoors meaning it can only be triggered by a mouse event or something of that nature. This breaks any Output type other than self (the player).

Need to remove all other outputs except self but can keep the chat window functionality.

https://wow.gamepedia.com/API_SendChatMessage

commented

Applied and tested fix in f0453e2. The GetOutputType function will now only return "Self" (the player). Leaving in any code pertaining to changing output in case Blizzard makes any changes again in the future to SendChatMessage.