Update migration logic and set default NPC targetability to true in tests

This commit is contained in:
2026-05-11 21:34:51 +02:00
parent 3b4302c4a4
commit c30aa4fbc8
2 changed files with 3 additions and 7 deletions

View File

@@ -173,7 +173,7 @@ describe("entity registry defaults", () => {
expect(createDefaultEntityInstance("npc")).toMatchObject({
kind: "npc",
position: { x: 0, y: 0, z: 0 },
targetable: false,
targetable: true,
yawDegrees: DEFAULT_NPC_YAW_DEGREES,
modelAssetId: null
});