From 133e94d60c4321bf2cf68a33b7cd56665dd1386a Mon Sep 17 00:00:00 2001 From: Stefano Borzì Date: Wed, 20 Apr 2022 15:32:53 +0200 Subject: chore: add mail_server tables closes #704 --- docs/database-characters.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/database-characters.md b/docs/database-characters.md index 352a537..9a20d64 100644 --- a/docs/database-characters.md +++ b/docs/database-characters.md @@ -83,6 +83,8 @@ The auth database currently has 95 tables, which mainly store information relate - [log_money](log_money.md) - [mail](mail.md) - [mail_items](mail_items.md) +- [mail_server_character](mail_server_character.md) +- [mail_server_template](mail_server_template.md) - [pet_aura](pet_aura.md) - [pet_spell](pet_spell.md) - [pet_spell_cooldown](pet_spell_cooldown.md) -- cgit