This commit is contained in:
WBHarry 2025-11-25 14:32:00 +01:00
parent 4510deae96
commit 85ef7191ab
4 changed files with 35 additions and 1 deletions

View file

@ -678,6 +678,8 @@ export default class DhCharacter extends BaseDataActor {
}
async _preDelete() {
super._preDelete();
if (this.companion) {
this.companion.updateLevel(1);
}