A content database for mangos-zero, and World of Warcraft Client Patch 1.12 - Drums of War. It is compatible with client 1.12.1 (build 5875), and 1.12.2 (build 6005).
mangos-zero-database is released for free under the terms of the
Creative Commons Attribution-NonCommercial-ShareAlike license. The file
LICENSE.md
must be a part of any redistributable packages made from
this software. No licenses should be removed from this software if you are
making redistributable copies.
Short instruction:
enter _tools directory
run: make_full_db.bat (if you are doing it under Windows) or run: /bin/sh make_full_db.sh (if you are running it under *nix/Linux)
apply created file to mangos database, eg.: mysql -u root -p mangos < full_db.sql
That's all!