From 2626a5ff454afb4412d8a52b4750d2efad8fbcd3 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 26 Apr 2020 23:25:13 +0200 Subject: Auth Tables Documentation updates (#190) --- docs/realmcharacters.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/realmcharacters.md') diff --git a/docs/realmcharacters.md b/docs/realmcharacters.md index c508a5b..86c2941 100644 --- a/docs/realmcharacters.md +++ b/docs/realmcharacters.md @@ -2,7 +2,7 @@ [<-Back-to:Auth](database-auth.md) -# Table: realmcharacters +**The \`realmcharacters\` table** This table holds information on the number of characters each account has for each realm. The data in this table is maintained by the core. @@ -68,11 +68,11 @@ The data in this table is maintained by the core. ### realmid -The ID of the realm. See [realmlist.id](realmlist_2130016.html#realmlist-id) +The ID of the realm. See [realmlist.id](realmlist#id) ### acctid -The account ID. See [account.id](account_2130004.html#account-id) +The account ID. See [account.id](account#id) ### numchars -- cgit