Remove calls to and usage of SendChatMessage/ChatThrottleLib
Davie3 opened this issue ยท 1 comments
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.
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.