@rhyster/wow-casc-dbc 2.10.0 → 2.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -2053,7 +2053,7 @@ class DBDParser {
2053
2053
  const castBuffer = getCastBuffer(
2054
2054
  typeof cell.data === "number" ? BigInt(cell.data) : cell.data,
2055
2055
  srcSize,
2056
- 4 * column.arraySize
2056
+ dstSize * column.arraySize
2057
2057
  );
2058
2058
  if (dstSize > 6) {
2059
2059
  assert(dstSize === 8, `Unexpected size ${dstSize.toString()} for column ${column.name}`);