From 85dbdb7f2caea267b9dd3902c09c447d8db94625 Mon Sep 17 00:00:00 2001 From: nytmyr <53322305+nytmyr@users.noreply.github.com> Date: Mon, 30 Dec 2024 13:16:38 -0600 Subject: [PATCH] Add missing bot_blocked_buffs to schema --- common/database_schema.h | 1 + 1 file changed, 1 insertion(+) 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",