diff --git a/common/database_schema.h b/common/database_schema.h index 6bf75b6d1..fa13534c1 100644 --- a/common/database_schema.h +++ b/common/database_schema.h @@ -402,6 +402,7 @@ namespace DatabaseSchema { static std::vector GetBotTables() { return { + "bot_blocked_buffs", "bot_buffs", "bot_command_settings", "bot_create_combinations",