@rhyster/wow-casc-dbc 2.5.0 → 2.6.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/README.md +1 -1
- package/dist/index.cjs +777 -729
- package/dist/index.d.cts +66 -67
- package/dist/index.d.mts +66 -67
- package/dist/index.d.ts +66 -67
- package/dist/index.mjs +804 -756
- package/package.json +12 -18
package/README.md
CHANGED
|
@@ -47,7 +47,7 @@ Some file is encrypted and no key released yet. For DB2 files, you can ignore th
|
|
|
47
47
|
// ...
|
|
48
48
|
|
|
49
49
|
const result = await client.getFileByContentKey(cKey.cKey, true);
|
|
50
|
-
const reader = new WDCReader(result.buffer, result.
|
|
50
|
+
const reader = new WDCReader(result.buffer, result.blocks);
|
|
51
51
|
const parser = await DBDParser.parse(reader);
|
|
52
52
|
|
|
53
53
|
// ...
|