mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 00:01:28 +00:00
[Bug Fix] Fix manifest check on base_data change (#4082)
This commit is contained in:
parent
eb8514eea8
commit
2f59e70c6b
@ -5259,7 +5259,7 @@ ADD COLUMN `fix_z` tinyint(1) UNSIGNED NOT NULL DEFAULT 1 AFTER `respawn_timer`;
|
|||||||
ManifestEntry{
|
ManifestEntry{
|
||||||
.version = 9258,
|
.version = 9258,
|
||||||
.description = "2024_02_04_base_data.sql",
|
.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",
|
.condition = "empty",
|
||||||
.match = "",
|
.match = "",
|
||||||
.sql = R"(
|
.sql = R"(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user