(fix/libs) LibDeflate: codec delimiter
This commit is contained in:
parent
6595063156
commit
4b6a3e6ba0
1 changed files with 1 additions and 1 deletions
|
|
@ -3058,7 +3058,7 @@ end
|
|||
local _addon_channel_codec
|
||||
|
||||
local function GenerateWoWAddonChannelCodec()
|
||||
return LibDeflate:CreateCodec("\000", "\001", "")
|
||||
return LibDeflate:CreateCodec("\000\124", "\001", "")
|
||||
end
|
||||
|
||||
--- Encode the string to make it ready to be transmitted in World of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue