@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.cjs CHANGED
@@ -2065,7 +2065,7 @@ class DBDParser {
2065
2065
  const castBuffer = getCastBuffer(
2066
2066
  typeof cell.data === "number" ? BigInt(cell.data) : cell.data,
2067
2067
  srcSize,
2068
- 4 * column.arraySize
2068
+ dstSize * column.arraySize
2069
2069
  );
2070
2070
  if (dstSize > 6) {
2071
2071
  assert__default(dstSize === 8, `Unexpected size ${dstSize.toString()} for column ${column.name}`);