[Hot Fix] Update database_update_manifest.cpp (#4291)

Fix typo in field check
This commit is contained in:
Paul Coene 2024-04-29 04:31:24 -04:00 committed by GitHub
parent 39bb7e1723
commit ac8cf326b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5540,7 +5540,7 @@ ALTER TABLE `character_parcels`
ManifestEntry{
.version = 9273,
.description = "2024_04_24_door_close_timer.sql",
.check = "SHOW COLUMNS FROM `doors` LIKE 'close_timer'",
.check = "SHOW COLUMNS FROM `doors` LIKE 'close_timer_ms'",
.condition = "empty",
.match = "",
.sql = R"(