Closed barncastle closed 6 years ago
Dangit. I'll have to see if my extract is correct.
On Mon, 19 Mar 2018, 13:26 barncastle, notifications@github.com wrote:
@barncastle commented on this pull request.
In definitions/GarrPlotUICategory.dbd https://github.com/wowdev/WoWDBDefs/pull/16#discussion_r175416769:
locstring categoryName_lang uint field_2890979807? int ID uint plotType
BUILD 6.0.1.18179 -field_329935761<32> +$noninline,id$ID<32>
For the record, this isn't noninline, previous build issue again.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/wowdev/WoWDBDefs/pull/16#discussion_r175416769, or mute the thread https://github.com/notifications/unsubscribe-auth/AADEJIKAqDtGQkF1GhXBLsjQmwFeePW1ks5tf6QHgaJpZM4Svacf .
Looks like (in theory) my extract might be correct. 12GB zip of DBCs going from 6.0.1.18125 to 7.3.x here. Please double check if so, though. 8.0 isn't included as this is a pre-8.0 extract.
@Marlamin I think this is my issue opposed to yours. Thanks for the dump though - I'll rerun the MD5 and row compare over the next couple of days with these.
Might be worth ditching this PR and starting afresh.
On “unverified ID columns”: either all ?
or none. I don’t care which way around.
field_*<32>
or padding_*<8>[4]
as the first column and where Ids were applicable i.e. used as a key in a hashmap in the client, values were unique and looked (yeah scientific I know) like the correct range and/or matched other build's known Id ranges
Tested against a parser, everything works now except CriteriaTree, my version has a WDBC signature but a WDB2 header - help!
Also ItemModifiedAppearance.dbd had an additional column compared to my version - can someone confirm the structure.