-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
BugSomething isn't workingSomething isn't working
Description
Hopefully not a major implementation issue but WDBC and WDB2 don't necessarily have an Index constraint, for example pre-WotLK CharBaseInfo. The client handles this by generating Ids based on the record index on load.
struct CharBaseInfoRec // Alpha 0.5.3.3368
{
char m_raceID;
char m_classID;
int m_proficiency;
int m_generatedID; // not in file
};P.S. Great work, I'll be using this for WDBX once write support is in!
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working