From e40d1ab7a216d8e80fa66c83bca5d58a1f897483 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 3 Mar 2020 19:07:36 +0100 Subject: fix: World Tables Documentation updates (#189) - Removed information related to WOW versions above 3.3.5a Co-authored-by: Barbz --- docs/Database-Structure.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'docs/Database-Structure.md') diff --git a/docs/Database-Structure.md b/docs/Database-Structure.md index 5a106a2..7a6e42d 100644 --- a/docs/Database-Structure.md +++ b/docs/Database-Structure.md @@ -4,6 +4,4 @@ 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 to fill the gaps: - -https://trinitycore.atlassian.net/wiki/spaces/tc/pages/74663833/World+3.3.5 \ No newline at end of file +**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