Added FoV English Opportunities usage

Fix for Asako Inquisitor School : Crab -> Phoenix
This commit is contained in:
Vlyan
2021-08-29 16:04:00 +02:00
parent 786d8fb7e4
commit a724fc5d6f
8 changed files with 40 additions and 11 deletions

View File

@@ -234,6 +234,10 @@ export class MigrationL5r5e {
const actorData = actor.data;
// We need to be careful for unlinked tokens, only the diff is store in "data".
// ex no diff : actor = {type: "npc"}, actorData = undefined
if (!actorData) {
return updateData;
}
// ***** Start of 1.1.0 *****
if (options?.force || MigrationL5r5e.needUpdate("1.1.0")) {