Fix compatibility problems with PostgreSQL. Patch by Azuritus

--HG--
branch : trunk
This commit is contained in:
Kudlaty
2009-09-10 22:40:40 +02:00
parent 5633ea57d1
commit b287288888
11 changed files with 45 additions and 46 deletions

View File

@@ -491,7 +491,7 @@ bool Master::_StartDB()
clearOnlineAccounts();
///- Insert version info into DB
WorldDatabase.PExecute("UPDATE `version` SET `core_version` = '%s', `core_revision` = '%s'", _FULLVERSION, _REVISION);
WorldDatabase.PExecute("UPDATE version SET core_version = '%s', core_revision = '%s'", _FULLVERSION, _REVISION);
sWorld.LoadDBVersion();