Results: 2Comments by: Djalgat
File: Ara Broker Guild Friends12-19-13
r66, Ara_Broker_Guild_Friends.lua:...
Posted By: Djalgat
r66, Ara_Broker_Guild_Friends.lua: Line 154 if playerRealm == realm then name = shortName end Replace with if gsub(playerRealm, " ", "") == realm then name = shortName end Idd, tyvm! It works like a charm :)
File: Ara Broker Guild Friends12-18-13
Hello! I have the same "problem"...
Posted By: Djalgat
Hello! I have the same "problem" @Grim Batol. Addon is working, but it's annoying to have the realm in guild shown aswell. /dump GetRealmName() - gives the answer "Grim Batol" but in ARA it shows Phoenix-GrimBatol... Thanks for your help!