(fix/libs) LibDeflate: codec delimiter

This commit is contained in:
NoM0Re
2025-09-10 00:03:01 +02:00
parent 6595063156
commit 4b6a3e6ba0
+1 -1
View File
@@ -3058,7 +3058,7 @@ end
local _addon_channel_codec local _addon_channel_codec
local function GenerateWoWAddonChannelCodec() local function GenerateWoWAddonChannelCodec()
return LibDeflate:CreateCodec("\000", "\001", "") return LibDeflate:CreateCodec("\000\124", "\001", "")
end end
--- Encode the string to make it ready to be transmitted in World of --- Encode the string to make it ready to be transmitted in World of