blob: b391e76abddae15f3b8e892fd82286a280204a02 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
# Documentation index
## How to install
* [Traditional setup guide](installation.md)
* [Docker setup guide](install-with-docker.md)
## Documentation
* [Bash system](bash_system.md)
* [Bitwise operations](bit-and-bytes-tutorial.md)
* [CMake options](cmake-options.md)
* [Directory structure](directory-structure.md)
* [How to Debug and Restart](how-to-restart-and-debug.md)
* [IP2LOCATION](ip2location.md)
* [Logging Configuration](logging-configuration.md)
* [MySQL types (C++)](mysqltypescpp.md)
* [Project Versioning](project-versioning.md)
* [SQL Versioning](sql-versioning.md)
## Database
* [DB auth](database-auth.md)
* [DB characters](database-characters.md)
* [DB world](database-world.md)
## Extend AzerothCore
* [The Modular Structure](the-modular-structure.md)
* [Hooks Bash](hooks-bash.md)
* [Hooks Cmake](hooks-cmake.md)
* [Hooks C++](hooks-script.md)
## Recipes & Techniques
* [How to import DBC data into SQL](how-to-import-dbc-data-in-db.md)
* [Run Worldserver and Authserver in Visual Studio](run-worldserver-and-authserver-in-visual-studio.md)
## External resources
* <a href="https://wowdev.wiki/Category:DBC_WotLK" target="_blank">DBC Documentation</a>
|