Update database_update_manifest.cpp

This commit is contained in:
Kinglykrab 2025-01-22 17:28:34 -05:00 committed by Akkadius
parent f477ec858b
commit 87710b37e7

View File

@ -6358,7 +6358,7 @@ ADD COLUMN `ornament_hero_model` int(11) NOT NULL AFTER `ornament_idfile`,
ADD COLUMN `guid` bigint(20) UNSIGNED NOT NULL DEFAULT 0 AFTER `ornament_hero_model`, ADD COLUMN `guid` bigint(20) UNSIGNED NOT NULL DEFAULT 0 AFTER `ornament_hero_model`,
ADD PRIMARY KEY (`account_id`, `slot_id`); ADD PRIMARY KEY (`account_id`, `slot_id`);
)" )"
} },
ManifestEntry{ ManifestEntry{
.version = 9295, .version = 9295,
.description = "2024_10_24_inventory_changes.sql", .description = "2024_10_24_inventory_changes.sql",