Skip to content

Commit e837e87

Browse files
committed
Update MapList namespace in snapshots
1 parent 851fbd9 commit e837e87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Intersect.Server.Core/Migrations/Sqlite/Game/SqliteGameContextModelSnapshot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
600600
b.ToTable("Items_EquipmentProperties");
601601
});
602602

603-
modelBuilder.Entity("Intersect.GameObjects.Maps.MapList.MapList", b =>
603+
modelBuilder.Entity("Intersect.Framework.Core.GameObjects.Maps.MapList.MapList", b =>
604604
{
605605
b.Property<Guid>("Id")
606606
.HasColumnType("TEXT");

Intersect.Server/Migrations/MySql/Game/MySqlGameContextModelSnapshot.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ protected override void BuildModel(ModelBuilder modelBuilder)
627627
b.ToTable("Items_EquipmentProperties");
628628
});
629629

630-
modelBuilder.Entity("Intersect.GameObjects.Maps.MapList.MapList", b =>
630+
modelBuilder.Entity("Intersect.Framework.Core.GameObjects.Maps.MapList.MapList", b =>
631631
{
632632
b.Property<Guid>("Id")
633633
.HasColumnType("char(36)")

0 commit comments

Comments
 (0)