mirror of
https://github.com/Bluewhale1337/ElvUIModernized.git
synced 2026-07-27 08:24:44 +00:00
fix #44
This commit is contained in:
@@ -255,7 +255,7 @@ end
|
||||
|
||||
local function OnEvent()
|
||||
if event == "CHAT_MSG_ADDON" then
|
||||
local prefix,message,distribution,sender = unpack(arg)
|
||||
local prefix,message,distribution,sender = arg1, arg2, arg3, arg4
|
||||
local reassemblername = AceComm.multipart_reassemblers[prefix]
|
||||
if reassemblername then
|
||||
-- multipart: reassemble
|
||||
|
||||
Reference in New Issue
Block a user