From 0ae1a2883d0ec6956d410d05984af6d5f9bb41be Mon Sep 17 00:00:00 2001 From: Kinglykrab Date: Sat, 30 Aug 2025 15:36:34 -0400 Subject: [PATCH] Update database_update_manifest_bots.cpp --- common/database/database_update_manifest_bots.cpp | 1 + 1 file changed, 1 insertion(+) 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