diff options
| -rw-r--r-- | _includes/azerothcore/sidebar.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html index f63dbf4..f09ee71 100644 --- a/_includes/azerothcore/sidebar.html +++ b/_includes/azerothcore/sidebar.html @@ -16,6 +16,12 @@ <li> <a href="/wiki/How-to-test-a-PR">How to test a PR</a> <li> <a href="/wiki/How-to-test-DB-only-changes">How to test DB-only changes</a> </ul> +<b>Database [WIP]:</b> +<ul> +<li> <a href="/wiki/database-world">DB world</a> +<li> <a href="/wiki/database-characters">DB characters</a> +<li> <a href="/wiki/database-auth">DB auth</a> +</ul> <b>Other:</b> <ul> <li> <a href="/wiki/How-to-ask-for-help">How to ask for help</a> |
