Skip to content

Support for DBs without an Index #4

@barncastle

Description

@barncastle

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

No one assigned

    Labels

    BugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions