mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +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
|
|
@ -465,9 +465,6 @@ public:
|
|||
*/
|
||||
bool loadFromJson(const std::string& path);
|
||||
|
||||
/** Load built-in WotLK defaults (hardcoded fallback). */
|
||||
void loadWotlkDefaults();
|
||||
|
||||
/** LogicalOpcode → wire value for sending packets. Returns 0xFFFF if unknown. */
|
||||
uint16_t toWire(LogicalOpcode op) const;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue