RealmCache.wdb

From wowdev
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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]