From f5429130417393a5adb234cb14d7e6bd71127a88 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Mon, 23 Dec 2019 17:54:36 -0600 Subject: [PATCH] Update database_schema.h --- common/database_schema.h | 1 + 1 file changed, 1 insertion(+) 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",