RealmCache.wdb

From wowdev
Revision as of 13:44, 1 October 2017 by Barncastle (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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]