TDB 4.3.4.33 2018/08/15

missing part
This commit is contained in:
Aokromes
2018-08-15 14:31:12 +02:00
parent d89074dc40
commit b90ea7a1ef
64 changed files with 8 additions and 1 deletions

View File

@@ -9,7 +9,7 @@
#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.32_2018_07_15.sql"
#define _FULL_DATABASE "TDB_full_world_434.33_2018_08_15.sql"
#define VER_COMPANYNAME_STR "TrinityCore Developers"
#define VER_LEGALCOPYRIGHT_STR "(c)2008-2018 TrinityCore"
#define VER_FILEVERSION 0,0,0

View File

@@ -0,0 +1,2 @@
-- TDB 4.3.4-33 auth database
UPDATE `updates` SET `state`='ARCHIVED';

View File

@@ -0,0 +1,2 @@
-- TDB 4.3.4-33 characters database
UPDATE `updates` SET `state`='ARCHIVED';

View File

@@ -0,0 +1,3 @@
UPDATE `version` SET `db_version`='TDB 434.33', `cache_id`=33 LIMIT 1;
UPDATE `updates` SET `state`='ARCHIVED';