From d4eb72ee3ea9d31b3f1f7cbb81da6b2490205d4d Mon Sep 17 00:00:00 2001 From: Andrio Celos Date: Wed, 30 Aug 2023 19:20:39 +1000 Subject: [PATCH] Update Tri-Stringer Collab to Inkline Tri-Stringer --- TableturfBattleServer/CardDatabase.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TableturfBattleServer/CardDatabase.cs b/TableturfBattleServer/CardDatabase.cs index 49b9072..86cb2f2 100644 --- a/TableturfBattleServer/CardDatabase.cs +++ b/TableturfBattleServer/CardDatabase.cs @@ -2160,7 +2160,7 @@ public static class CardDatabase { { 0, 0, I, 0, 0, 0, 0, 0 }, { 0, 0, 0, 0, 0, 0, 0, 0 } }), - new(-7, "Tri-Stringer Collab", Rarity.Common, new Space[,] { + new(-7, "Inkline Tri-Stringer", Rarity.Common, new Space[,] { { 0, 0, 0, 0, 0, 0, 0, 0 }, { 0, I, 0, 0, 0, 0, 0, 0 }, { 0, I, 0, 0, 0, 0, 0, 0 }, @@ -2226,8 +2226,8 @@ public static class CardDatabase { public static int LastOfficialCardNumber { get; } - public static Version Version { get; } = new(5, 0, 0, 0); - public static DateTime LastModified { get; } = new(2023, 8, 18, 1, 0, 0, DateTimeKind.Utc); + public static Version Version { get; } = new(5, 0, 1, 0); + public static DateTime LastModified { get; } = new(2023, 8, 30, 9, 0, 0, DateTimeKind.Utc); public static string JSON { get; } public static ReadOnlyCollection Cards { get; }