RealmCache.wdb: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with "The RealmCache.wdb holds a list of known realms. This file is never saved and only exists in the client's own memory space. *Signature: WRLM for {{Template:Sandbox/PrettyVe...")
 
(No difference)

Latest revision as of 13:44, 1 October 2017

The RealmCache.wdb holds a list of known realms.

This file is never saved and only exists in the client's own memory space.

  • Signature: WRLM

for WoD (6.0.1.18179) client version.

Structure

Column	Field		Type		Notes
1 	Exists		byte		Boolean to denote removal from cache
2 	Id		uint		
3 	Name		char[256]	
4 	NormalizedName	char[256]