Skip to content

Commit b90ea7a

Browse files
committed
TDB 4.3.4.33 2018/08/15
missing part
1 parent d89074d commit b90ea7a

File tree

64 files changed

+8
-1
lines changed

Some content is hidden

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

64 files changed

+8
-1
lines changed

revision_data.h.in.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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.32_2018_07_15.sql"
12+
#define _FULL_DATABASE "TDB_full_world_434.33_2018_08_15.sql"
1313
#define VER_COMPANYNAME_STR "TrinityCore Developers"
1414
#define VER_LEGALCOPYRIGHT_STR "(c)2008-2018 TrinityCore"
1515
#define VER_FILEVERSION 0,0,0
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- TDB 4.3.4-33 auth database
2+
UPDATE `updates` SET `state`='ARCHIVED';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- TDB 4.3.4-33 characters database
2+
UPDATE `updates` SET `state`='ARCHIVED';
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
UPDATE `version` SET `db_version`='TDB 434.33', `cache_id`=33 LIMIT 1;
2+
3+
UPDATE `updates` SET `state`='ARCHIVED';

0 commit comments

Comments
 (0)