mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
*Update to trinity 921.
--HG-- branch : trunk
This commit is contained in:
@@ -630,7 +630,7 @@ void LoadDatabase()
|
||||
QueryResult *result;
|
||||
|
||||
//Get Version information
|
||||
result = TScriptDB.PQuery("SELECT version FROM script_db_version");
|
||||
result = TScriptDB.PQuery("SELECT script_version FROM version LIMIT 1");
|
||||
|
||||
if (result)
|
||||
{
|
||||
@@ -641,7 +641,7 @@ void LoadDatabase()
|
||||
|
||||
}else
|
||||
{
|
||||
error_log("TSCR: Missing `script_db_version` information.");
|
||||
error_log("TSCR: Missing `version.script_version` information.");
|
||||
outstring_log("");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user