*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

@@ -3059,7 +3059,7 @@ void World::UpdateMaxSessionCounters()
void World::LoadDBVersion()
{
QueryResult* result = WorldDatabase.Query("SELECT version FROM db_version LIMIT 1");
QueryResult* result = WorldDatabase.Query("SELECT db_version FROM version LIMIT 1");
if(result)
{
Field* fields = result->Fetch();