From 89ef57322f79b27b7e5300e808f810971a906392 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Wed, 28 Dec 2022 19:52:29 +0100 Subject: Update database-auth.md --- docs/database-auth.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs') diff --git a/docs/database-auth.md b/docs/database-auth.md index 7300aa7..3e7572e 100644 --- a/docs/database-auth.md +++ b/docs/database-auth.md @@ -1,7 +1,5 @@ # Database Auth -The auth database currently has 14 tables, which mainly store information related to user accounts. Although some of them have other functionalities. The last synchronization was done: [05-07-2021](https://github.com/azerothcore/wiki/pull/573). If you detect that any table is outdated, you can create an [issue](https://github.com/azerothcore/wiki/issues) within our repository or make a [pull request](https://github.com/azerothcore/wiki/pulls) with the modification of the information. - - [account](account.md) - [account_access](account_access.md) - [account_banned](account_banned.md) -- cgit