mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-11 19:25:21 +01:00
[Fix] Party And Effect Minifixes (#1337)
* . * Added migration to remove ghosts from the TagTeamDialog
This commit is contained in:
parent
d616ddc113
commit
44b805d0df
6 changed files with 55 additions and 2 deletions
|
|
@ -678,6 +678,8 @@ export default class DhCharacter extends BaseDataActor {
|
|||
}
|
||||
|
||||
async _preDelete() {
|
||||
super._preDelete();
|
||||
|
||||
if (this.companion) {
|
||||
this.companion.updateLevel(1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue