diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2020-06-08 19:14:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-08 19:14:57 +0200 |
| commit | 0cda3782a51619c39af36caec0bb472d7481f83c (patch) | |
| tree | 250c36e8c57f19847216fd2729e177b19a78a6a4 /_includes/azerothcore/sidebar.html | |
| parent | a5cb59f3243ba87a9d584fdc79c4b87a87d245c8 (diff) | |
| download | wiki-0cda3782a51619c39af36caec0bb472d7481f83c.tar.gz wiki-0cda3782a51619c39af36caec0bb472d7481f83c.tar.bz2 wiki-0cda3782a51619c39af36caec0bb472d7481f83c.zip | |
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
Diffstat (limited to '_includes/azerothcore/sidebar.html')
| -rw-r--r-- | _includes/azerothcore/sidebar.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html index ac08348..9c67723 100644 --- a/_includes/azerothcore/sidebar.html +++ b/_includes/azerothcore/sidebar.html @@ -18,9 +18,9 @@ </ul> <b>Database [WIP]:</b> <ul> - <li><a href="/wiki/database-world">DB world</a></li> - <li><a href="/wiki/database-characters">DB characters</a></li> <li><a href="/wiki/database-auth">DB auth</a></li> + <li><a href="/wiki/database-characters">DB characters</a></li> + <li><a href="/wiki/database-world">DB world</a></li> </ul> <b>Other:</b> <ul> @@ -49,7 +49,6 @@ <li><a href="/wiki/Hooks-Bash">Hooks Bash</a></li> <li><a href="/wiki/Hooks-Cmake">Hooks Cmake</a></li> <li><a href="/wiki/Create-a-new-Hook">Hooks C++</a></li> - <li><a href="/wiki/Database-Structure">Database Structure</a></li> <li><a href="/wiki/CMake-options">CMake options</a></li> <li><a href="/wiki/Bit-and_bytes-tutorial">Bitwise operations</a></li> </ul> |
