tomrus88 / dbcviewer

World of Warcraft Client Database files viewer
81 stars 68 forks source link

WDB format changed (5.2+) #2

Open ZSource opened 11 years ago

ZSource commented 11 years ago

The WDBReader did not work anymore especially for questcache.wdb. The format and field locations mostly changed and the string section isn't terminated by null bytes anymore. There must be a hidden entry (with offsets or length parameters) in each record before the string block begins, which defines the length or start of each string (name, details, description).