Thread: RealUI
View Single Post
11-28-12, 11:50 AM   #124
chenuki
A Kobold Labourer
Join Date: Nov 2012
Posts: 1
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