From c51fcd9f888014bde34cb9c9ffae13c6225cbd92 Mon Sep 17 00:00:00 2001 From: Darthpred Date: Thu, 21 Jul 2016 15:55:12 +0300 Subject: [PATCH] stuff --- ElvUI_SLE/core/communicate.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ElvUI_SLE/core/communicate.lua b/ElvUI_SLE/core/communicate.lua index adef201..ffb65a1 100644 --- a/ElvUI_SLE/core/communicate.lua +++ b/ElvUI_SLE/core/communicate.lua @@ -20,7 +20,7 @@ local function SendRecieve(self, event, prefix, message, channel, sender) if prefix == 'SLE_DEV_REQ' then local _, numBNetOnline = T.BNGetNumFriends() for i = 1, numBNetOnline do - local presenceID, _, _, _, _, _, client, isOnline = T.BNGetFriendInfo(i) + local presenceID, _, _, _, _, toonID, client, isOnline = T.BNGetFriendInfo(i) if isOnline and client == BNET_CLIENT_WOW then local message, ID = T.split("#", message) @@ -29,7 +29,8 @@ local function SendRecieve(self, event, prefix, message, channel, sender) elseif message == 'slesay' then message = "SLEinfo"..ID end - BNSendGameData(presenceID, 'SLE_DEV_INFO', message) + -- BNSendGameData(presenceID, 'SLE_DEV_INFO', message) + BNSendGameData(toonID, 'SLE_DEV_INFO', message) end end end -- 1.7.9.5