summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorBarbz <BarbzYHOOL@users.noreply.github.com>2020-03-05 19:35:49 +0100
committerGitHub <noreply@github.com>2020-03-05 19:35:49 +0100
commit548ed703092a28045f9348bc4918e050938268d5 (patch)
treee4d1a3eb65f8d24422e256f57f8de40e30dab8e9 /_includes
parente40d1ab7a216d8e80fa66c83bca5d58a1f897483 (diff)
downloadwiki-548ed703092a28045f9348bc4918e050938268d5.tar.gz
wiki-548ed703092a28045f9348bc4918e050938268d5.tar.bz2
wiki-548ed703092a28045f9348bc4918e050938268d5.zip
feat: New page "MySQL types (C++)" ported from TC (#191)
Co-authored-by: Barbz <BarbzYHOOL@users.noreply.github.com>
Diffstat (limited to '_includes')
-rw-r--r--_includes/azerothcore/sidebar.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/_includes/azerothcore/sidebar.html b/_includes/azerothcore/sidebar.html
index 147fffd..19fbfbd 100644
--- a/_includes/azerothcore/sidebar.html
+++ b/_includes/azerothcore/sidebar.html
@@ -45,6 +45,7 @@
<li><a href="/wiki/Coding-Standards">Coding Standards</a></li>
<li><a href="/wiki/Project-Versioning">Project Versioning</a></li>
<li><a href="/wiki/SQL-Versioning">Sql Versioning</a></li>
+ <li><a href ="/wiki/MySQLtypesC++">MySQL types (C++)</a></li>
<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>