diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-08-24 17:27:12 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-08-24 17:27:12 +0200 |
| commit | b086b2120710b6cffe25d0f1e588898b05768b67 (patch) | |
| tree | e7857a2e23a8c07f1b05ee2908e6bc1c58a3f607 | |
| parent | d088a368f164721a5c8fbb89c51593ba042d3646 (diff) | |
SQL: Fix typo
| -rw-r--r-- | sql/updates/world/2014_08_24_03_world_version.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2014_08_24_03_world_version.sql b/sql/updates/world/2014_08_24_03_world_version.sql index 4fdfda68ded..2531a982b34 100644 --- a/sql/updates/world/2014_08_24_03_world_version.sql +++ b/sql/updates/world/2014_08_24_03_world_version.sql @@ -1 +1 @@ -UPDATE `version` SET `db_version`='TDB 335.54', `cache_id`=54 LIMIT 1; +UPDATE `version` SET `db_version`='TDB 335.55', `cache_id`=55 LIMIT 1; |
