mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-06-03 13:41:43 -04:00
val.get<uint32_t>() throws on negative or > UINT32_MAX. The outer try-catch would then abort the entire JSON DBC load on a single bad cell. Read as int64_t, clamp to [0, UINT32_MAX], and zero out anything out of range — matches the per-field NaN scrub applied to floats one branch up.