Update database_update_manifest_bots.cpp

This commit is contained in:
Kinglykrab 2025-08-30 15:36:34 -04:00
parent 36f8c3a89f
commit 0ae1a2883d

View File

@ -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