DanceCache.wdb

From wowdev
Revision as of 16:36, 12 December 2017 by Barncastle (talk | contribs) (Created page with "The DanceCache.wdb was intended to hold basic information for dances created in the unreleased dance studio. This file is never saved and only exists in the client's own memo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The DanceCache.wdb was intended to hold basic information for dances created in the unreleased dance studio.

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

  • Signature: WDAN

for Cata (4.0.1.13850) client version.

Structure

Column	Field 		Type 			Notes 
1 	ID		int 	
2 	Guid 		uint64	
3 	Name	 	char[128] 			
4 	MoveCount 	int 	
5 	DanceMoves 	int[MoveCount]		DB/DanceMoves ID
6 	Unknown 	int			Type? Identifier? CGDanceStudio::OnPlayDance