diff --git a/common/database/database_update_manifest_bots.cpp b/common/database/database_update_manifest_bots.cpp index 49d8e76e5..06de45376 100644 --- a/common/database/database_update_manifest_bots.cpp +++ b/common/database/database_update_manifest_bots.cpp @@ -2135,6 +2135,7 @@ CREATE TABLE `bot_stat_caps` ( `stat_id` tinyint(3) UNSIGNED NULL, `stat_cap` int(11) NOT NULL DEFAULT -1, PRIMARY KEY (`bot_id`, `stat_id`) +) )" }, // -- template; copy/paste this when you need to create a new entry