Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 1a1f0b7

Browse files
author
TDB Release
committed
TDB 434.22011 - 2022/01/09
1 parent 2b61445 commit 1a1f0b7

File tree

59 files changed

+3043
-3016
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+3043
-3016
lines changed

revision_data.h.in.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
#define _SOURCE_DIRECTORY R"(@CMAKE_SOURCE_DIR@)"
1010
#define _BUILD_DIRECTORY R"(@BUILDDIR@)"
1111
#define _MYSQL_EXECUTABLE R"(@MYSQL_EXECUTABLE@)"
12-
#define _FULL_DATABASE "TDB_full_world_434.21071_2021_07_06.sql"
13-
#define _HOTFIXES_DATABASE "TDB_full_hotfixes_434.21071_2021_07_06.sql"
12+
#define _FULL_DATABASE "TDB_full_world_434.22011_2022_01_09.sql"
13+
#define _HOTFIXES_DATABASE "TDB_full_hotfixes_434.22011_2022_01_09.sql"
1414
#define VER_COMPANYNAME_STR "TrinityCore Developers"
1515
#define VER_LEGALCOPYRIGHT_STR "(c)2008-@rev_year@ TrinityCore"
1616
#define VER_FILEVERSION 0,0,0

sql/base/auth_database.sql

Lines changed: 155 additions & 154 deletions
Large diffs are not rendered by default.

sql/base/characters_database.sql

Lines changed: 828 additions & 827 deletions
Large diffs are not rendered by default.

sql/base/dev/hotfixes_database.sql

Lines changed: 236 additions & 236 deletions
Large diffs are not rendered by default.

sql/base/dev/world_database.sql

Lines changed: 1813 additions & 1797 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- TDB 434.22011 auth
2+
UPDATE `updates` SET `state`='ARCHIVED';
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- TDB 434.22011 characters
2+
UPDATE `updates` SET `state`='ARCHIVED';
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- TDB 434.22011 hotfixes
2+
UPDATE `updates` SET `state`='ARCHIVED';
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
-- TDB 434.22011 world
2+
UPDATE `version` SET `db_version`='TDB 434.22011', `cache_id`=22011 LIMIT 1;
3+
UPDATE `updates` SET `state`='ARCHIVED';

0 commit comments

Comments
 (0)