Updated the info regarding the new BATTLEGROUND type tag
No edit summary |
(Updated the info regarding the new BATTLEGROUND type tag) |
||
| Line 1: | Line 1: | ||
Sends a message to hidden AddOn channels. ('''new with patch 1.12''') | Sends a message to hidden AddOn channels. ('''new with patch 1.12''') | ||
SendAddonMessage("prefix", "text", "PARTY|RAID|GUILD") | SendAddonMessage("prefix", "text", "PARTY|RAID|GUILD|BATTLEGROUND") | ||
---- | ---- | ||
| Line 23: | Line 23: | ||
: The actual function name may end up being SendAddOnMessage() to be consistent with existing function names. | : The actual function name may end up being SendAddOnMessage() to be consistent with existing function names. | ||
: | : You will now be able to use "RAID" or "PARTY" for auto created battleground groups, you will have to use the "BATTLEGROUND" type instead. | ||
---- | ---- | ||
{{Stub/API}} | {{Stub/API}} | ||