*Merged db_version and script_db_version table in one table - by Zor

--HG--
branch : trunk
This commit is contained in:
Blaymoira
2009-01-19 17:38:03 +01:00
parent f62a24b2fd
commit a07f3af045
5 changed files with 15 additions and 4 deletions

View File

@@ -3001,7 +3001,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();