GuildStatsCache.wdb

From wowdev
Revision as of 14:11, 31 August 2017 by Barncastle (talk | contribs) (Created page with "The GuildStatsCache.wdb holds basic information for guilds. It is unknown if this file even exists apart from the client's own memory space. It doesn't seem to ever be saved....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The GuildStatsCache.wdb holds basic information for guilds.

It is unknown if this file even exists apart from the client's own memory space. It doesn't seem to ever be saved.

  • Signature: WGLD

for PreVanilla (0.5.3.3368) client version.

Structure

Column	Field 		Type	Note
1 	ID		int	
2 	GuildName 	char[24]	
3 	DuplicateId 	int	
4 	EmblemStyle 	int		
5 	EmblemColor 	int	Presumably CArgb
6 	BorderStyle	int	
7 	BorderColor 	int	Presumably CArgb
8 	BackgroundColor	int	Presumably CArgb