Add missing bot_blocked_buffs to schema

This commit is contained in:
nytmyr
2024-12-30 13:16:38 -06:00
parent 8c3058034d
commit 85dbdb7f2c
+1
View File
@@ -402,6 +402,7 @@ namespace DatabaseSchema {
static std::vector<std::string> GetBotTables() static std::vector<std::string> GetBotTables()
{ {
return { return {
"bot_blocked_buffs",
"bot_buffs", "bot_buffs",
"bot_command_settings", "bot_command_settings",
"bot_create_combinations", "bot_create_combinations",