Skip to content

Commit 1b58850

Browse files
author
TDB Release
committed
TDB 1007.23041 - 2023/04/02
1 parent 20ad201 commit 1b58850

File tree

91 files changed

+64
-32
lines changed

Some content is hidden

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

91 files changed

+64
-32
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_1005.23021_2023_02_03.sql"
13-
#define _HOTFIXES_DATABASE "TDB_full_hotfixes_1005.23021_2023_02_03.sql"
12+
#define _FULL_DATABASE "TDB_full_world_1007.23041_2023_04_02.sql"
13+
#define _HOTFIXES_DATABASE "TDB_full_hotfixes_1007.23041_2023_04_02.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: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2666,16 +2666,17 @@ INSERT INTO `updates` VALUES
26662666
('2023_02_01_00_auth.sql','9C1FB6820EF3A543AB7DE2E2913014AFF445F91E','ARCHIVED','2023-02-01 10:10:30',0),
26672667
('2023_02_02_00_auth.sql','8AC163759C83D887D5D7A48CFB8272FFBA71B801','ARCHIVED','2023-02-02 10:44:28',0),
26682668
('2023_02_03_00_auth.sql','0309A99757DE1FAE595C6C32586B2B8F8CA4C134','ARCHIVED','2023-02-03 01:13:52',0),
2669-
('2023_02_07_00_auth.sql','92D6C7A47B2F98ED93D62F6B7293D604C8F6BE16','RELEASED','2023-02-07 10:39:13',0),
2670-
('2023_02_09_00_auth.sql','F4B797776CA62D9A048D231C8117D51AA312932C','RELEASED','2023-02-09 00:19:27',0),
2671-
('2023_02_14_00_auth.sql','033F4460715121A8B6E9DD0F7456AE930DD18A7A','RELEASED','2023-02-14 10:02:49',0),
2672-
('2023_02_28_00_auth.sql','F57F70D6E1BBB1CB799E338C3358C265FD7F8689','RELEASED','2023-02-28 21:32:14',0),
2673-
('2023_03_08_00_auth.sql','2490CEA2EBDB0ECD3590F1D9328DD88266E179F3','RELEASED','2023-03-08 21:58:27',0),
2674-
('2023_03_11_00_auth.sql','6532C5E043692E7361689090DA19E6350705B591','RELEASED','2023-03-11 00:10:17',0),
2675-
('2023_03_22_00_auth.sql','C589D68CF88A62E03F2E797E03CF2F237371BD34','RELEASED','2023-03-21 18:12:28',0),
2676-
('2023_03_27_00_auth.sql','25B04268224275D0A90EF13E62460CBF61B90CEF','RELEASED','2023-03-27 21:22:59',0),
2677-
('2023_03_31_00_auth.sql','3F8CB31A261BCFE5C9A08B12945221CAA652AB24','RELEASED','2023-03-31 11:15:43',0),
2678-
('2023_03_31_01_auth.sql','A70E14B46537BC9208663B94EDF6CE51CB1B23BA','RELEASED','2023-03-31 23:16:09',0);
2669+
('2023_02_07_00_auth.sql','92D6C7A47B2F98ED93D62F6B7293D604C8F6BE16','ARCHIVED','2023-02-07 10:39:13',0),
2670+
('2023_02_09_00_auth.sql','F4B797776CA62D9A048D231C8117D51AA312932C','ARCHIVED','2023-02-09 00:19:27',0),
2671+
('2023_02_14_00_auth.sql','033F4460715121A8B6E9DD0F7456AE930DD18A7A','ARCHIVED','2023-02-14 10:02:49',0),
2672+
('2023_02_28_00_auth.sql','F57F70D6E1BBB1CB799E338C3358C265FD7F8689','ARCHIVED','2023-02-28 21:32:14',0),
2673+
('2023_03_08_00_auth.sql','2490CEA2EBDB0ECD3590F1D9328DD88266E179F3','ARCHIVED','2023-03-08 21:58:27',0),
2674+
('2023_03_11_00_auth.sql','6532C5E043692E7361689090DA19E6350705B591','ARCHIVED','2023-03-11 00:10:17',0),
2675+
('2023_03_22_00_auth.sql','C589D68CF88A62E03F2E797E03CF2F237371BD34','ARCHIVED','2023-03-21 18:12:28',0),
2676+
('2023_03_27_00_auth.sql','25B04268224275D0A90EF13E62460CBF61B90CEF','ARCHIVED','2023-03-27 21:22:59',0),
2677+
('2023_03_31_00_auth.sql','3F8CB31A261BCFE5C9A08B12945221CAA652AB24','ARCHIVED','2023-03-31 11:15:43',0),
2678+
('2023_03_31_01_auth.sql','A70E14B46537BC9208663B94EDF6CE51CB1B23BA','ARCHIVED','2023-03-31 23:16:09',0),
2679+
('2023_04_02_00_auth.sql','0238E0CE22D6422B19F648D026349A018CD4DB04','ARCHIVED','2023-04-02 01:02:26',0);
26792680
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
26802681
UNLOCK TABLES;
26812682

@@ -2818,4 +2819,4 @@ SET character_set_client = @saved_cs_client;
28182819
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
28192820
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
28202821

2821-
-- Dump completed on 2023-02-03 1:13:54
2822+
-- Dump completed on 2023-04-02 1:02:28

sql/base/characters_database.sql

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,7 +1511,7 @@ CREATE TABLE `character_skills` (
15111511
`skill` smallint unsigned NOT NULL,
15121512
`value` smallint unsigned NOT NULL,
15131513
`max` smallint unsigned NOT NULL,
1514-
`professionSlot` tinyint NOT NULL DEFAULT -1,
1514+
`professionSlot` tinyint NOT NULL DEFAULT '-1',
15151515
PRIMARY KEY (`guid`,`skill`)
15161516
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Player System';
15171517
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -3698,7 +3698,8 @@ INSERT INTO `updates` VALUES
36983698
('2023_01_28_00_characters.sql','0280F79FD6EC93FFB3CC67B6499CEDA49D582BFC','ARCHIVED','2023-01-28 00:11:03',0),
36993699
('2023_01_29_00_characters.sql','24FA9E0F616BF77AC588A25A8A8699903A19A5FE','ARCHIVED','2023-01-29 16:31:12',0),
37003700
('2023_02_03_00_characters.sql','A04BA4386B3D5C60407D22CA4BF9A4A6258AA39D','ARCHIVED','2023-02-03 01:13:52',0),
3701-
('2023_02_08_00_characters.sql','C9DF607CCE99540F613F5E25E17090176C995C7C','RELEASED','2023-02-08 21:41:17',0);
3701+
('2023_02_08_00_characters.sql','C9DF607CCE99540F613F5E25E17090176C995C7C','ARCHIVED','2023-02-08 21:41:17',0),
3702+
('2023_04_02_00_characters.sql','AAC1B81AFE4716CF4DAB6BCF01D22F421BFAD253','ARCHIVED','2023-04-02 01:02:26',0);
37023703
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
37033704
UNLOCK TABLES;
37043705

@@ -3825,4 +3826,4 @@ UNLOCK TABLES;
38253826
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
38263827
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
38273828

3828-
-- Dump completed on 2023-02-03 1:13:55
3829+
-- Dump completed on 2023-04-02 1:02:28

sql/base/dev/hotfixes_database.sql

Lines changed: 32 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ CREATE TABLE `area_trigger` (
385385
`BoxYaw` float NOT NULL DEFAULT '0',
386386
`ShapeType` tinyint NOT NULL DEFAULT '0',
387387
`ShapeID` smallint NOT NULL DEFAULT '0',
388-
`AreaTriggerActionSetID` smallint NOT NULL DEFAULT '0',
388+
`AreaTriggerActionSetID` int NOT NULL DEFAULT '0',
389389
`Flags` tinyint NOT NULL DEFAULT '0',
390390
`VerifiedBuild` int NOT NULL DEFAULT '0',
391391
PRIMARY KEY (`ID`,`VerifiedBuild`)
@@ -2542,7 +2542,7 @@ CREATE TABLE `currency_container` (
25422542
`MinAmount` int NOT NULL DEFAULT '0',
25432543
`MaxAmount` int NOT NULL DEFAULT '0',
25442544
`ContainerIconID` int NOT NULL DEFAULT '0',
2545-
`ContainerQuality` int NOT NULL DEFAULT '0',
2545+
`ContainerQuality` tinyint NOT NULL DEFAULT '0',
25462546
`OnLootSpellVisualKitID` int NOT NULL DEFAULT '0',
25472547
`CurrencyTypesID` int unsigned NOT NULL DEFAULT '0',
25482548
`VerifiedBuild` int NOT NULL DEFAULT '0',
@@ -2729,9 +2729,9 @@ CREATE TABLE `difficulty` (
27292729
`Flags` smallint unsigned NOT NULL DEFAULT '0',
27302730
`ItemContext` tinyint unsigned NOT NULL DEFAULT '0',
27312731
`ToggleDifficultyID` tinyint unsigned NOT NULL DEFAULT '0',
2732-
`GroupSizeHealthCurveID` smallint unsigned NOT NULL DEFAULT '0',
2733-
`GroupSizeDmgCurveID` smallint unsigned NOT NULL DEFAULT '0',
2734-
`GroupSizeSpellPointsCurveID` smallint unsigned NOT NULL DEFAULT '0',
2732+
`GroupSizeHealthCurveID` int unsigned NOT NULL DEFAULT '0',
2733+
`GroupSizeDmgCurveID` int unsigned NOT NULL DEFAULT '0',
2734+
`GroupSizeSpellPointsCurveID` int unsigned NOT NULL DEFAULT '0',
27352735
`VerifiedBuild` int NOT NULL DEFAULT '0',
27362736
PRIMARY KEY (`ID`,`VerifiedBuild`)
27372737
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
@@ -3351,7 +3351,7 @@ CREATE TABLE `garr_building` (
33513351
`AllianceName` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
33523352
`Description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
33533353
`Tooltip` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
3354-
`GarrTypeID` tinyint unsigned NOT NULL DEFAULT '0',
3354+
`GarrTypeID` tinyint NOT NULL DEFAULT '0',
33553355
`BuildingType` tinyint NOT NULL DEFAULT '0',
33563356
`HordeGameObjectID` int NOT NULL DEFAULT '0',
33573357
`AllianceGameObjectID` int NOT NULL DEFAULT '0',
@@ -3487,7 +3487,7 @@ CREATE TABLE `garr_follower` (
34873487
`HordeSourceText` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
34883488
`AllianceSourceText` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
34893489
`TitleName` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
3490-
`GarrTypeID` tinyint unsigned NOT NULL DEFAULT '0',
3490+
`GarrTypeID` tinyint NOT NULL DEFAULT '0',
34913491
`GarrFollowerTypeID` tinyint NOT NULL DEFAULT '0',
34923492
`HordeCreatureID` int NOT NULL DEFAULT '0',
34933493
`AllianceCreatureID` int NOT NULL DEFAULT '0',
@@ -3585,7 +3585,7 @@ CREATE TABLE `garr_mission` (
35853585
`MapPosY` float NOT NULL DEFAULT '0',
35863586
`WorldPosX` float NOT NULL DEFAULT '0',
35873587
`WorldPosY` float NOT NULL DEFAULT '0',
3588-
`GarrTypeID` tinyint unsigned NOT NULL DEFAULT '0',
3588+
`GarrTypeID` tinyint NOT NULL DEFAULT '0',
35893589
`GarrMissionTypeID` tinyint unsigned NOT NULL DEFAULT '0',
35903590
`GarrFollowerTypeID` tinyint unsigned NOT NULL DEFAULT '0',
35913591
`MaxFollowers` tinyint unsigned NOT NULL DEFAULT '0',
@@ -3752,7 +3752,7 @@ DROP TABLE IF EXISTS `garr_talent_tree`;
37523752
CREATE TABLE `garr_talent_tree` (
37533753
`ID` int unsigned NOT NULL DEFAULT '0',
37543754
`Name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
3755-
`GarrTypeID` tinyint unsigned NOT NULL DEFAULT '0',
3755+
`GarrTypeID` tinyint NOT NULL DEFAULT '0',
37563756
`ClassID` int NOT NULL DEFAULT '0',
37573757
`MaxTiers` tinyint NOT NULL DEFAULT '0',
37583758
`UiOrder` tinyint NOT NULL DEFAULT '0',
@@ -5568,11 +5568,12 @@ DROP TABLE IF EXISTS `languages`;
55685568
/*!40101 SET @saved_cs_client = @@character_set_client */;
55695569
/*!50503 SET character_set_client = utf8mb4 */;
55705570
CREATE TABLE `languages` (
5571-
`ID` int unsigned NOT NULL DEFAULT '0',
55725571
`Name` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
5572+
`ID` int unsigned NOT NULL DEFAULT '0',
55735573
`Flags` int NOT NULL DEFAULT '0',
55745574
`UiTextureKitID` int NOT NULL DEFAULT '0',
55755575
`UiTextureKitElementCount` int NOT NULL DEFAULT '0',
5576+
`LearningCurveID` int NOT NULL DEFAULT '0',
55765577
`VerifiedBuild` int NOT NULL DEFAULT '0',
55775578
PRIMARY KEY (`ID`,`VerifiedBuild`)
55785579
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
@@ -6895,7 +6896,7 @@ CREATE TABLE `quest_info` (
68956896
`InfoName` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
68966897
`Type` tinyint NOT NULL DEFAULT '0',
68976898
`Modifiers` int NOT NULL DEFAULT '0',
6898-
`Profession` int NOT NULL DEFAULT '0',
6899+
`Profession` smallint unsigned NOT NULL DEFAULT '0',
68996900
`VerifiedBuild` int NOT NULL DEFAULT '0',
69006901
PRIMARY KEY (`ID`,`VerifiedBuild`)
69016902
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
@@ -8063,6 +8064,24 @@ CREATE TABLE `spell_item_enchantment_locale` (
80638064
PARTITION zhTW VALUES IN ('zhTW') ENGINE = InnoDB) */;
80648065
/*!40101 SET character_set_client = @saved_cs_client */;
80658066

8067+
--
8068+
-- Table structure for table `spell_keybound_override`
8069+
--
8070+
8071+
DROP TABLE IF EXISTS `spell_keybound_override`;
8072+
/*!40101 SET @saved_cs_client = @@character_set_client */;
8073+
/*!50503 SET character_set_client = utf8mb4 */;
8074+
CREATE TABLE `spell_keybound_override` (
8075+
`ID` int unsigned NOT NULL DEFAULT '0',
8076+
`Function` text COLLATE utf8mb4_unicode_ci,
8077+
`Type` tinyint NOT NULL DEFAULT '0',
8078+
`Data` int NOT NULL DEFAULT '0',
8079+
`Flags` int NOT NULL DEFAULT '0',
8080+
`VerifiedBuild` int NOT NULL DEFAULT '0',
8081+
PRIMARY KEY (`ID`,`VerifiedBuild`)
8082+
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
8083+
/*!40101 SET character_set_client = @saved_cs_client */;
8084+
80668085
--
80678086
-- Table structure for table `spell_label`
80688087
--
@@ -9342,7 +9361,7 @@ DROP TABLE IF EXISTS `trait_node_x_trait_cost`;
93429361
/*!50503 SET character_set_client = utf8mb4 */;
93439362
CREATE TABLE `trait_node_x_trait_cost` (
93449363
`ID` int unsigned NOT NULL DEFAULT '0',
9345-
`TraitNodeID` int unsigned NOT NULL DEFAULT '0',
9364+
`TraitNodeID` int NOT NULL DEFAULT '0',
93469365
`TraitCostID` int NOT NULL DEFAULT '0',
93479366
`VerifiedBuild` int NOT NULL DEFAULT '0',
93489367
PRIMARY KEY (`ID`,`VerifiedBuild`)
@@ -10219,4 +10238,4 @@ CREATE TABLE `world_state_expression` (
1021910238
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
1022010239
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
1022110240

10222-
-- Dump completed on 2023-02-03 1:14:00
10241+
-- Dump completed on 2023-04-02 1:02:34

sql/base/dev/world_database.sql

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -904,8 +904,6 @@ CREATE TABLE `creature_template` (
904904
`TitleAlt` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
905905
`IconName` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
906906
`gossip_menu_id` int unsigned NOT NULL DEFAULT '0',
907-
`minlevel` smallint NOT NULL DEFAULT '1',
908-
`maxlevel` smallint NOT NULL DEFAULT '1',
909907
`HealthScalingExpansion` int NOT NULL DEFAULT '0',
910908
`RequiredExpansion` int NOT NULL DEFAULT '0',
911909
`VignetteID` int NOT NULL DEFAULT '0',
@@ -4874,4 +4872,4 @@ CREATE TABLE `world_state` (
48744872
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
48754873
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
48764874

4877-
-- Dump completed on 2023-02-03 1:13:57
4875+
-- Dump completed on 2023-04-02 1:02:30

0 commit comments

Comments
 (0)