mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-07 09:33:51 +00:00
A JSON DBC with a malformed record (object instead of array, or a string entry) would call row[col] which throws on non-arrays — the outer try-catch treated this as a hard failure for the whole DBC. Skip the row (stays zero-initialized) so a single malformed record doesn't lose all the rest. |
||
|---|---|---|
| .. | ||
| addons | ||
| audio | ||
| auth | ||
| core | ||
| game | ||
| math | ||
| network | ||
| pipeline | ||
| rendering | ||
| ui | ||
| main.cpp | ||