View Single Post
01/18/16, 05:03 AM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
When you leave/Join a guild, the GetGuildId() is mandatory, while doing test, game often returned me things like


1st = 1
2nd = 17
3rd = 24
4th = 12
5th = 46

Itr reverts correctly at next ReloadUI to 1/2/3/4/5.
so, just use GetGuildId(), always.
  Reply With Quote