diff options
| author | Blaymoira <none@none> | 2009-01-19 17:38:03 +0100 |
|---|---|---|
| committer | Blaymoira <none@none> | 2009-01-19 17:38:03 +0100 |
| commit | a07f3af045d1aaa2152168c42739dd23705b6b2f (patch) | |
| tree | a461ea560392d67c0421fe6d81996641a80cf222 /src/game/World.cpp | |
| parent | f62a24b2fdb75e65468305735ac88500c5d305d1 (diff) | |
*Merged db_version and script_db_version table in one table - by Zor
--HG--
branch : trunk
Diffstat (limited to 'src/game/World.cpp')
| -rw-r--r-- | src/game/World.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/World.cpp b/src/game/World.cpp index 219c656dcaf..6865421a326 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -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(); |
