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

Commit

Permalink
TDB 434.22011 - 2022/01/09
Browse files Browse the repository at this point in the history
  • Loading branch information
TDB Release committed Jan 9, 2022
1 parent 2b61445 commit 1a1f0b7
Show file tree
Hide file tree
Showing 59 changed files with 3,043 additions and 3,016 deletions.
4 changes: 2 additions & 2 deletions revision_data.h.in.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
#define _SOURCE_DIRECTORY R"(@CMAKE_SOURCE_DIR@)"
#define _BUILD_DIRECTORY R"(@BUILDDIR@)"
#define _MYSQL_EXECUTABLE R"(@MYSQL_EXECUTABLE@)"
#define _FULL_DATABASE "TDB_full_world_434.21071_2021_07_06.sql"
#define _HOTFIXES_DATABASE "TDB_full_hotfixes_434.21071_2021_07_06.sql"
#define _FULL_DATABASE "TDB_full_world_434.22011_2022_01_09.sql"
#define _HOTFIXES_DATABASE "TDB_full_hotfixes_434.22011_2022_01_09.sql"
#define VER_COMPANYNAME_STR "TrinityCore Developers"
#define VER_LEGALCOPYRIGHT_STR "(c)2008-@rev_year@ TrinityCore"
#define VER_FILEVERSION 0,0,0
Expand Down
309 changes: 155 additions & 154 deletions sql/base/auth_database.sql

Large diffs are not rendered by default.

1,655 changes: 828 additions & 827 deletions sql/base/characters_database.sql

Large diffs are not rendered by default.

472 changes: 236 additions & 236 deletions sql/base/dev/hotfixes_database.sql

Large diffs are not rendered by default.

3,610 changes: 1,813 additions & 1,797 deletions sql/base/dev/world_database.sql

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions sql/updates/auth/4.3.4/2022_01_09_00_auth.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- TDB 434.22011 auth
UPDATE `updates` SET `state`='ARCHIVED';
2 changes: 2 additions & 0 deletions sql/updates/characters/4.3.4/2022_01_09_00_characters.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- TDB 434.22011 characters
UPDATE `updates` SET `state`='ARCHIVED';
2 changes: 2 additions & 0 deletions sql/updates/hotfixes/4.3.4/2022_01_09_00_hotfixes.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- TDB 434.22011 hotfixes
UPDATE `updates` SET `state`='ARCHIVED';
3 changes: 3 additions & 0 deletions sql/updates/world/4.3.4/2022_01_09_00_world.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
-- TDB 434.22011 world
UPDATE `version` SET `db_version`='TDB 434.22011', `cache_id`=22011 LIMIT 1;
UPDATE `updates` SET `state`='ARCHIVED';

0 comments on commit 1a1f0b7

Please sign in to comment.