placed sql into the data folder as core/module describes

This commit is contained in:
bash
2024-11-16 21:37:24 +00:00
parent 545bb18af4
commit 4183a34608
2 changed files with 2 additions and 2 deletions

View File

@@ -164,7 +164,7 @@ UpdateFetcher::DirectoryStorage UpdateFetcher::ReceiveIncludedDirectories() cons
// data/sql
for (auto const& itr : moduleList)
{
std::string path = _sourceDirectory->generic_string() + "/modules/" + itr + "/sql/" + _dbModuleName; // modules/mod-name/sql/world
std::string path = _sourceDirectory->generic_string() + "/modules/" + itr + "/data/sql/" + _dbModuleName; // modules/mod-name/sql/world
Path const p(path);
if (!is_directory(p))