mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-03 08:03:50 +00:00
Remove hardcoded WotLK defaults, use JSON as single source of truth for opcodes/fields/DBC layouts
This commit is contained in:
parent
99a30becd3
commit
0e6d502f3b
8 changed files with 11 additions and 565 deletions
|
|
@ -72,9 +72,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 wire index for a logical field. Returns 0xFFFF if unknown. */
|
||||
uint16_t index(UF field) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue