Fixes loading, *Command system is broke* Will fix in the coming days.
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Framework.Database
|
||||
|
||||
if (!File.Exists(path + fileName))
|
||||
{
|
||||
Log.outError(LogFilter.SqlUpdates, $"File \"{path + fileName}\" is missing, download it from \"http://www.trinitycore.org/f/files/category/1-database/\"" +
|
||||
Log.outError(LogFilter.SqlUpdates, $"File \"{path + fileName}\" is missing, download it from \"https://github.com/TrinityCore/TrinityCore/releases\"" +
|
||||
" and place it in your sql directory.");
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user