From 0cda3782a51619c39af36caec0bb472d7481f83c Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 8 Jun 2020 19:14:57 +0200 Subject: Remove useless pages (#236) * Remove useless page * remove duplicate tables * Order by name * Indentation * Github be weird sometimes * because these are not tabs * this doesnt exist --- docs/Database-Structure.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 docs/Database-Structure.md (limited to 'docs/Database-Structure.md') diff --git a/docs/Database-Structure.md b/docs/Database-Structure.md deleted file mode 100644 index 7a6e42d..0000000 --- a/docs/Database-Structure.md +++ /dev/null @@ -1,7 +0,0 @@ -* [Auth Database](Auth-Database) -* [Character Database](Character-Database) -* [World Database](World-Database) - -Generated with that tool: https://github.com/Kaev/MySQL-To-CSharp - -**WARNING**: we are restructuring our DB, meanwhile some tables may have a different structure (or missing documentation). Meanwhile, you can have a look at the [TC DB documentation](https://trinitycore.atlassian.net/wiki/spaces/tc/pages/74663833/World+3.3.5) to fill the gaps. -- cgit