From 3d0e95c572f09adcdc538923a93122be85fdb8b7 Mon Sep 17 00:00:00 2001 From: Repooc Date: Mon, 13 Oct 2014 19:08:08 -0400 Subject: [PATCH] Comm changes per Jeehoon Signed-off-by: Repooc --- ElvUI_SLE/modules/characterframe/communication.lua | 24 ++++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/ElvUI_SLE/modules/characterframe/communication.lua b/ElvUI_SLE/modules/characterframe/communication.lua index 4125075..98825c4 100644 --- a/ElvUI_SLE/modules/characterframe/communication.lua +++ b/ElvUI_SLE/modules/characterframe/communication.lua @@ -525,6 +525,18 @@ if not AISM.Revision or AISM.Revision <= Revision then local Data = {} + if InputData.PlayerInfo then + Data[#Data + 1] = 'PLI:'..InputData.PlayerInfo + end + + if InputData.GuildInfo then + Data[#Data + 1] = 'GLD:'..InputData.GuildInfo + end + + if InputData.PvP then + Data[#Data + 1] = 'PvP:'..InputData.PvP + end + if InputData.Profession1 then Data[#Data + 1] = 'PF1:'..InputData.Profession1 end @@ -559,18 +571,6 @@ if not AISM.Revision or AISM.Revision <= Revision then end end - if InputData.PlayerInfo then - Data[#Data + 1] = 'PLI:'..InputData.PlayerInfo - end - - if InputData.GuildInfo then - Data[#Data + 1] = 'GLD:'..InputData.GuildInfo - end - - if InputData.PvP then - Data[#Data + 1] = 'PvP:'..InputData.PvP - end - local DataString = '' local stringLength = 0 local dataLength -- 1.7.9.5