*Update to trinity 921.

--HG--
branch : trunk
This commit is contained in:
megamage
2009-01-19 20:26:49 -06:00
43 changed files with 2659 additions and 165 deletions

View File

@@ -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("");
}