diff --git a/common/database_schema.h b/common/database_schema.h index b60f82162..898532314 100644 --- a/common/database_schema.h +++ b/common/database_schema.h @@ -33,6 +33,7 @@ namespace DatabaseSchema { static std::vector GetPlayerTables() { std::vector tables = { + "aa_timers", "account", "account_ip", "account_flags",