diff --git a/common/database/database_update_manifest.cpp b/common/database/database_update_manifest.cpp index 33879f32c..7a02e28ac 100644 --- a/common/database/database_update_manifest.cpp +++ b/common/database/database_update_manifest.cpp @@ -5259,7 +5259,7 @@ ADD COLUMN `fix_z` tinyint(1) UNSIGNED NOT NULL DEFAULT 1 AFTER `respawn_timer`; ManifestEntry{ .version = 9258, .description = "2024_02_04_base_data.sql", - .check = "SHOW COLUMNS FROM `base_data` LIKE `hp_regen`", + .check = "SHOW COLUMNS FROM `base_data` LIKE 'hp_regen'", .condition = "empty", .match = "", .sql = R"(