From 905a88f3a4807468a9f355f666c161e2c7dbe70a Mon Sep 17 00:00:00 2001 From: Bunny67 Date: Sat, 1 Aug 2020 15:52:01 +0300 Subject: [PATCH] fix #41 --- WeakAuras/Libs/Archivist/libs/LibDeflate/LibDeflate.lua | 2 +- WeakAuras/Libs/LibDeflate/LibDeflate.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WeakAuras/Libs/Archivist/libs/LibDeflate/LibDeflate.lua b/WeakAuras/Libs/Archivist/libs/LibDeflate/LibDeflate.lua index 7dfab7d..718d2db 100644 --- a/WeakAuras/Libs/Archivist/libs/LibDeflate/LibDeflate.lua +++ b/WeakAuras/Libs/Archivist/libs/LibDeflate/LibDeflate.lua @@ -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 diff --git a/WeakAuras/Libs/LibDeflate/LibDeflate.lua b/WeakAuras/Libs/LibDeflate/LibDeflate.lua index 7daf70f..279ac74 100644 --- a/WeakAuras/Libs/LibDeflate/LibDeflate.lua +++ b/WeakAuras/Libs/LibDeflate/LibDeflate.lua @@ -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