mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 09:33:51 +00:00
Remove hardcoded WotLK defaults, use JSON as single source of truth for opcodes/fields/DBC layouts
This commit is contained in:
parent
9b6731d3ce
commit
68896b5233
8 changed files with 11 additions and 565 deletions
|
|
@ -33,9 +33,6 @@ public:
|
|||
/** Load from JSON file. Returns true if successful. */
|
||||
bool loadFromJson(const std::string& path);
|
||||
|
||||
/** Load built-in WotLK 3.3.5a defaults. */
|
||||
void loadWotlkDefaults();
|
||||
|
||||
/** Get the field map for a DBC file. Returns nullptr if unknown. */
|
||||
const DBCFieldMap* getLayout(const std::string& dbcName) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue