Thread: RealUI
View Single Post
11-28-12, 01:17 PM   #125
EarthTec
A Murloc Raider
Join Date: Dec 2009
Posts: 4
Originally Posted by chenuki View Post
Fix for Remote Chat users not showing up in Guild Info Line

It appears in 5.1 GetGuildRosterInfo() marks users as guild online and mobile online exclusively, causing remote chat users who are not logged into the game client to no longer appear in the RealUI Guild info pop-out.

Simple fix as follows:

File AddOns\nibRealUI\Modules\InfoLine.lua:

Line 2172:
- if online then
+ if (online or mobile) then
thanks works fine now