Update migration logic and set default NPC targetability to true in tests
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user