This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
The SendChatMessage function is deprecated in 11.2 : https://github.com/Gethe/wow-ui-source/blob/11.2.0/Interface/AddOns/Blizzard_DeprecatedChatInfo/Deprecated_ChatInfo.lua
I see there is a
hooksecurefunc("SendChatMessage", function(...)
Maybe it should be replaced by
hooksecurefunc(G.C_ChatInfo, "SendChatMessage", function(...)
to ensure compatibility with future releases
Direct calls to _G.SendChatMessage should also be updated with _G.C_ChatInfo.SendChatMessage
To post a comment, please login or register a new account.