Reset Container.id

This commit is contained in:
Ender
2024-01-05 19:03:28 +01:00
parent 168f4c362d
commit a2e1b1526f
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -226,6 +226,7 @@ export class M5Character extends Actor {
calc: item.system.calc,
equipped: item.system?.equipped,
weight: item.system.weight || 0,
containerId: item.system.containerId || "",
value: item.system.value || 0,
currency: item.system.currency || "",
quantity: item.system.quantity || 0,