World data (including compendium packs) is migrated automatically. In order to also migrate packs
provided by modules, you can use the following macro:
```js
const pack = game.packs.get("<name-of-the-module>.<name-of-the-pack>");
game.ds4.migration.migrateCompendiumFromTo(pack, 4, 5);
```
|
||
|---|---|---|
| .. | ||
| creatures.json | ||
| creatures.json.license | ||
| items.json | ||
| items.json.license | ||
| languages-and-scripts.json | ||
| languages-and-scripts.json.license | ||
| racial-abilities.json | ||
| racial-abilities.json.license | ||
| special-creature-abilities.json | ||
| special-creature-abilities.json.license | ||
| spells.json | ||
| spells.json.license | ||