Fixed issue with the latest wow patch 82505
Fixes for the client change: "Chat channel 'SAY' cannot be used in open world anymore".
This commit is contained in:
@@ -260,8 +260,10 @@
|
||||
elseif (channel == "PRINT") then
|
||||
print (msg)
|
||||
|
||||
else
|
||||
SendChatMessage (msg, channel)
|
||||
else --say channel?
|
||||
if (IsInInstance()) then --patch 80205 cannot use 'say' channel outside instances
|
||||
SendChatMessage (msg, channel)
|
||||
end
|
||||
|
||||
--elseif (channel == "SAY" or channel == "YELL" or channel == "RAID_WARNING" or channel == "OFFICER" or channel == "GUILD" or channel == "EMOTE") then
|
||||
|
||||
|
||||
Reference in New Issue
Block a user