mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-03 18:53:52 +00:00
[Hot Fix] Update database_update_manifest.cpp (#4291)
Fix typo in field check
This commit is contained in:
parent
39bb7e1723
commit
ac8cf326b2
@ -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"(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user