From 857a829785264b6b9022799c7c8b4651b71dcc80 Mon Sep 17 00:00:00 2001 From: Kinglykrab Date: Thu, 21 Nov 2024 23:19:41 -0500 Subject: [PATCH] Add slot ID conversions --- common/database/database_update_manifest.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/database/database_update_manifest.cpp b/common/database/database_update_manifest.cpp index 9bf88c0d3..06c4062e3 100644 --- a/common/database/database_update_manifest.cpp +++ b/common/database/database_update_manifest.cpp @@ -6379,7 +6379,7 @@ CREATE INDEX idx_trader_active_transaction ON trader (active_transaction); .content_schema_update = false }, ManifestEntry{ - .version = 9296, + .version = 9294, .description = "2024_01_22_sharedbank_guid_primary_key.sql", .check = "SHOW COLUMN FROM `sharedbank` LIKE 'guid'", .condition = "empty", @@ -6405,7 +6405,7 @@ ADD PRIMARY KEY (`account_id`, `slot_id`); )" }, ManifestEntry{ - .version = 9297, + .version = 9295, .description = "2024_10_24_inventory_changes.sql", .check = "SHOW COLUMN FROM `inventory` LIKE 'charid'", .condition = "empty", @@ -6466,7 +6466,7 @@ UPDATE `sharedbank` SET `slot_id` = ((`slot_id` - 2541) + 11210) WHERE `slot_id` )" }, ManifestEntry{ - .version = 9298, + .version = 9296, .description = "2024_10_24_merchantlist_temp_uncap.sql", .check = "SHOW CREATE TABLE `merchantlist_temp`", .condition = "contains",