View Single Post
09-03-17, 04:30 AM   #2
BujuArena
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Mar 2008
Posts: 13
Unfortunately, I couldn't reproduce the issue with GetGuildInfo via chat commands. Running

Code:
/run print(GetGuildInfo("player"))
from chat returned

Code:
AutoGear absolute 1 nil
here.

You could try calling GuildRoster() before GetGuildInfo("player") if the issue persists. GuildRoster updates the guild info in the cache and automatically throttles itself to only working once every 10 seconds. I suspect it hadn't been called by the time your GetGuildInfo("player") call happened.
  Reply With Quote