[Fix] Fix manifest for skill caps schema type (#4231)

This commit is contained in:
Chris Miles 2024-04-02 01:08:19 -05:00 committed by GitHub
parent 3a5381d38a
commit d7a8fb8691
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5467,7 +5467,8 @@ ADD COLUMN `id` int(3) UNSIGNED NOT NULL AUTO_INCREMENT FIRST,
DROP PRIMARY KEY,
ADD PRIMARY KEY (`id`) USING BTREE,
ADD INDEX `level_skill_cap`(`skill_id`, `class_id`, `level`, `cap`);
)"
)",
.content_schema_update = true,
}
// -- template; copy/paste this when you need to create a new entry
// ManifestEntry{