Quantcast

Comm changes per Jeehoon

Repooc [10-13-14 - 23:08]
Comm changes per Jeehoon

Signed-off-by: Repooc <repooc82@gmail.com>
Filename
ElvUI_SLE/modules/characterframe/communication.lua
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