This commit is contained in:
Bunny67
2020-08-01 15:52:01 +03:00
parent 9eedee8703
commit 905a88f3a4
2 changed files with 2 additions and 2 deletions
@@ -3049,7 +3049,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
+1 -1
View File
@@ -3049,7 +3049,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