From 87710b37e7b74b0e2acded5756d33c246bdd6236 Mon Sep 17 00:00:00 2001 From: Kinglykrab Date: Wed, 22 Jan 2025 17:28:34 -0500 Subject: [PATCH] Update database_update_manifest.cpp --- common/database/database_update_manifest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/database/database_update_manifest.cpp b/common/database/database_update_manifest.cpp index 71d80932e..f11a00859 100644 --- a/common/database/database_update_manifest.cpp +++ b/common/database/database_update_manifest.cpp @@ -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 PRIMARY KEY (`account_id`, `slot_id`); )" - } + }, ManifestEntry{ .version = 9295, .description = "2024_10_24_inventory_changes.sql",