Skip to content

Commit

Permalink
TDB 343.24081 - 2024/08/17
Browse files Browse the repository at this point in the history
  • Loading branch information
TDB Release committed Aug 17, 2024
1 parent f80a05f commit 9279655
Show file tree
Hide file tree
Showing 36 changed files with 93 additions and 71 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_343.23121_2023_12_20.sql"
#define _HOTFIXES_DATABASE "TDB_full_hotfixes_343.23121_2023_12_20.sql"
#define _FULL_DATABASE "TDB_full_world_343.24081_2024_08_17.sql"
#define _HOTFIXES_DATABASE "TDB_full_hotfixes_343.24081_2024_08_17.sql"
#define VER_COMPANYNAME_STR "TrinityCore Developers"
#define VER_LEGALCOPYRIGHT_STR "(c)2008-@rev_year@ TrinityCore"
#define VER_FILEVERSION 0,0,0
Expand Down
23 changes: 12 additions & 11 deletions sql/base/auth_database.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Linux (x86_64)
-- MySQL dump 10.13 Distrib 8.0.39, for Linux (x86_64)
--
-- Host: localhost Database: auth
-- ------------------------------------------------------
-- Server version 8.0.34-0ubuntu0.20.04.1
-- Server version 8.0.39-0ubuntu0.22.04.1

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
Expand Down Expand Up @@ -419,7 +419,7 @@ DROP TABLE IF EXISTS `battlenet_accounts`;
CREATE TABLE `battlenet_accounts` (
`id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Identifier',
`email` varchar(320) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
`srp_version` tinyint(3) NOT NULL DEFAULT '1',
`srp_version` tinyint NOT NULL DEFAULT '1',
`salt` binary(32) NOT NULL,
`verifier` blob NOT NULL,
`joindate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
Expand Down Expand Up @@ -2361,7 +2361,7 @@ CREATE TABLE `realmlist` (
`timezone` tinyint unsigned NOT NULL DEFAULT '0',
`allowedSecurityLevel` tinyint unsigned NOT NULL DEFAULT '0',
`population` float unsigned NOT NULL DEFAULT '0',
`gamebuild` int unsigned NOT NULL DEFAULT '54261',
`gamebuild` int unsigned NOT NULL DEFAULT '53788',
`Region` tinyint unsigned NOT NULL DEFAULT '1',
`Battlegroup` tinyint unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
Expand Down Expand Up @@ -2771,12 +2771,13 @@ INSERT INTO `updates` VALUES
('2023_11_23_00_auth.sql','EC3D1289A07E387BF4D2AC94EEBE3A29483EAD3A','ARCHIVED','2023-11-23 02:39:18',0),
('2023_11_24_00_auth.sql','AC1B5136CC97264A21933BD1074D02E88D819488','ARCHIVED','2023-11-24 19:37:38',0),
('2023_12_20_00_auth.sql','D4AB92FEB9FECC1EE35BB9A734B2E95A44C43CD4','ARCHIVED','2023-12-20 21:51:28',0),
('2024_01_09_00_auth_2023_12_24_00_auth.sql', 'F59B3A895750FD83177324B89BFCEBD8A43DD577', 'RELEASED', '2024-01-09 12:02:27', 0),
('2024_01_09_01_auth_2023_12_26_00_auth.sql', '5C8716F7F6E2792E15A42BDA8F2D855A7DE95FC5', 'RELEASED', '2024-01-09 12:06:46', 0),
('2024_01_09_02_auth_2024_01_05_00_auth.sql', '7F401D473B08BBE5212551E96A86F85107CE7C8E', 'RELEASED', '2024-01-09 13:15:10', 0),
('2024_03_06_00_auth.sql','334C87686F810ABE867E3C224077CAB4BE223B93','RELEASED','2024-03-06 22:48:47',0),
('2024_03_21_00_auth.sql','E5119C5B44278C55E8D8B0B5569EA92FFC517913','RELEASED','2024-03-21 03:31:23',0),
('2024_04_17_00_auth.sql','BD56C1D59F6496EDD0DC5A9E87661914AE5BB4BC','RELEASED','2024-04-17 18:25:40',0);
('2024_01_09_00_auth_2023_12_24_00_auth.sql','F59B3A895750FD83177324B89BFCEBD8A43DD577','ARCHIVED','2024-01-09 12:02:27',0),
('2024_01_09_01_auth_2023_12_26_00_auth.sql','5C8716F7F6E2792E15A42BDA8F2D855A7DE95FC5','ARCHIVED','2024-01-09 12:06:46',0),
('2024_01_09_02_auth_2024_01_05_00_auth.sql','7F401D473B08BBE5212551E96A86F85107CE7C8E','ARCHIVED','2024-01-09 13:15:10',0),
('2024_03_06_00_auth.sql','334C87686F810ABE867E3C224077CAB4BE223B93','ARCHIVED','2024-03-06 22:48:47',0),
('2024_03_21_00_auth.sql','AE1D2597F2897CBDFF341286D5E7B342AF48FF92','ARCHIVED','2024-08-17 21:59:50',0),
('2024_04_17_00_auth.sql','BD56C1D59F6496EDD0DC5A9E87661914AE5BB4BC','ARCHIVED','2024-04-17 18:25:40',0),
('2024_08_17_00_auth.sql','358DE1BE3CAD8BD67EC710A4E79025E8AF749702','ARCHIVED','2024-08-17 22:00:10',0);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down Expand Up @@ -2920,4 +2921,4 @@ SET character_set_client = @saved_cs_client;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-12-20 23:02:11
-- Dump completed on 2024-08-17 22:00:12
9 changes: 5 additions & 4 deletions sql/base/characters_database.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.34, for Linux (x86_64)
-- MySQL dump 10.13 Distrib 8.0.39, for Linux (x86_64)
--
-- Host: localhost Database: characters
-- ------------------------------------------------------
-- Server version 8.0.34-0ubuntu0.20.04.1
-- Server version 8.0.39-0ubuntu0.22.04.1

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
Expand Down Expand Up @@ -3406,7 +3406,8 @@ INSERT INTO `updates` VALUES
('2023_11_25_00_characters.sql','76CE77D4B1625CE384B01295F4D3FFC16A7F696C','ARCHIVED','2023-11-25 12:33:10',0),
('2023_11_27_00_characters.sql','A0CEE90B60612AA7315117FAFF22D14163D4ADF2','ARCHIVED','2023-11-27 12:33:10',0),
('2023_12_03_00_characters.sql','C91A51EA86C26F3AB60445FE147B0E4B220716A0','ARCHIVED','2023-12-03 22:16:45',0),
('2023_12_20_00_characters.sql','A474833AC43F14B52A6C386673E49E06CFE2A5F0','ARCHIVED','2023-12-20 21:51:28',0);
('2023_12_20_00_characters.sql','A474833AC43F14B52A6C386673E49E06CFE2A5F0','ARCHIVED','2023-12-20 21:51:28',0),
('2024_08_17_00_characters.sql','2CEFCBDBA81B9BF6A5C95D79D6BAA183F340EE8C','ARCHIVED','2024-08-17 22:00:10',0);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;

Expand Down Expand Up @@ -3534,4 +3535,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-12-20 23:09:17
-- Dump completed on 2024-08-17 22:00:12
6 changes: 3 additions & 3 deletions sql/base/dev/hotfixes_database.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- MySQL dump 10.13 Distrib 8.0.35, for Win64 (x86_64)
-- MySQL dump 10.13 Distrib 8.0.39, for Linux (x86_64)
--
-- Host: localhost Database: hotfixes
-- ------------------------------------------------------
-- Server version 8.0.35
-- Server version 8.0.39-0ubuntu0.22.04.1

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
Expand Down Expand Up @@ -10761,4 +10761,4 @@ CREATE TABLE `world_state_expression` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-12-20 23:19:40
-- Dump completed on 2024-08-17 22:00:16
Loading

0 comments on commit 9279655

Please sign in to comment.