TDB 1007.23041 - 2023/04/02

Port From (https://github.com/TrinityCore/TrinityCore/commit/1b588502e3afddb2312514d4ac9d87a9640e7dfd)
This commit is contained in:
hondacrx
2023-04-21 19:19:31 -04:00
parent 4a3369b586
commit 3a2e64dba4
97 changed files with 52057 additions and 32 deletions
+1 -3
View File
@@ -904,8 +904,6 @@ CREATE TABLE `creature_template` (
`TitleAlt` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
`IconName` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
`gossip_menu_id` int unsigned NOT NULL DEFAULT '0',
`minlevel` smallint NOT NULL DEFAULT '1',
`maxlevel` smallint NOT NULL DEFAULT '1',
`HealthScalingExpansion` int NOT NULL DEFAULT '0',
`RequiredExpansion` int NOT NULL DEFAULT '0',
`VignetteID` int NOT NULL DEFAULT '0',
@@ -4874,4 +4872,4 @@ CREATE TABLE `world_state` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2023-02-03 1:13:57
-- Dump completed on 2023-04-02 1:02:30