[Bug Fix] Fix Bard Effect in Migration 9237 (#4468)

This commit is contained in:
Alex King 2024-09-09 19:02:58 -04:00 committed by GitHub
parent bb1578796b
commit b1646381b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4947,7 +4947,7 @@ UPDATE `aa_ability` SET `auto_grant_enabled` = 1 WHERE `grant_only` = 0 AND `cha
.version = 9237,
.description = "2023_10_15_import_13th_floor.sql",
.check = "SHOW COLUMNS FROM `items` LIKE 'bardeffect';",
.condition = "contains",
.condition = "missing",
.match = "mediumint",
.sql = R"(
ALTER TABLE `items`