[Bug Fix] Fix manifest check on base_data change (#4082)

This commit is contained in:
JJ 2024-02-15 19:04:26 -05:00 committed by GitHub
parent eb8514eea8
commit 2f59e70c6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"(