mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 14:41:28 +00:00
[Fix] Fix manifest for skill caps schema type (#4231)
This commit is contained in:
parent
3a5381d38a
commit
d7a8fb8691
@ -5467,7 +5467,8 @@ ADD COLUMN `id` int(3) UNSIGNED NOT NULL AUTO_INCREMENT FIRST,
|
|||||||
DROP PRIMARY KEY,
|
DROP PRIMARY KEY,
|
||||||
ADD PRIMARY KEY (`id`) USING BTREE,
|
ADD PRIMARY KEY (`id`) USING BTREE,
|
||||||
ADD INDEX `level_skill_cap`(`skill_id`, `class_id`, `level`, `cap`);
|
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
|
// -- template; copy/paste this when you need to create a new entry
|
||||||
// ManifestEntry{
|
// ManifestEntry{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user