[Database] Remove force_interactive from big bag updates (#4727)

This commit is contained in:
Chris Miles 2025-03-01 16:55:57 -06:00 committed by GitHub
parent eb7118754b
commit 20fe1926e0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6417,7 +6417,7 @@ ADD COLUMN `guid` bigint(20) UNSIGNED NOT NULL DEFAULT 0 AFTER `ornament_hero_mo
ADD PRIMARY KEY (`account_id`, `slot_id`);
)",
.content_schema_update = false,
.force_interactive = true
.force_interactive = false
},
ManifestEntry{
.version = 9298,
@ -6481,7 +6481,7 @@ UPDATE `sharedbank` SET `slot_id` = ((`slot_id` - 2531) + 11010) WHERE `slot_id`
UPDATE `sharedbank` SET `slot_id` = ((`slot_id` - 2541) + 11210) WHERE `slot_id` BETWEEN 2541 AND 2550; -- Shared Bank Bag 2
)",
.content_schema_update = false,
.force_interactive = true
.force_interactive = false
},
ManifestEntry{
.version = 9299,