conan513 / SingleCore_TC

TrinityCore Open Source MMO Framework
http://www.trinitycore.org
GNU General Public License v2.0
180 stars 67 forks source link

Database #49

Closed talamortis closed 8 years ago

talamortis commented 8 years ago

This is not a bug, ive come across this and would like to test the core, i was wondering where could i find the database for this? thanks.

thesawolf commented 8 years ago

This uses the standard TC auto-populate database aside from various SQL inserts for some of the feature patches and addons and you can find those SQL inserts in SingleCore_TC/sql/custom

There is no fully populated database to download since it's generated at startup and updated from there.

skeezerbean commented 8 years ago

If you're missing the actual initial database file in the source then it can be downloaded from here - https://github.com/TrinityCore/TrinityCore/releases

If that is needed then you'll see the message when starting the auth/world servers and when it asks if you want to create missing databases, then if you say yes it will error that it cannot find them.