mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
TDB 335.20111 - 2020/11/16
This commit is contained in:
@@ -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_335.20101_2020_10_15.sql"
|
||||
#define _FULL_DATABASE "TDB_full_world_335.20111_2020_11_16.sql"
|
||||
#define VER_COMPANYNAME_STR "TrinityCore Developers"
|
||||
#define VER_LEGALCOPYRIGHT_STR "(c)2008-2019 TrinityCore"
|
||||
#define VER_FILEVERSION 0,0,0
|
||||
|
||||
@@ -1975,7 +1975,8 @@ INSERT INTO `updates` VALUES
|
||||
('2020_09_06_00_auth.sql','DC4B5D4C65EB138D5609F137799C3289B9CC2493','ARCHIVED','2020-09-06 00:00:00',0),
|
||||
('2020_09_15_00_auth.sql','0AA5BCA384A372DC789647F838657766D51D8CC7','ARCHIVED','2020-09-15 19:35:18',0),
|
||||
('2020_09_17_00_auth.sql','BBC0A8B2BBED38A57A83999909EB066753A893C5','ARCHIVED','2020-09-17 00:00:00',0),
|
||||
('2020_10_15_00_auth.sql','8A79DE7DBDF35EBDA5C261BEBF9BC8E5CFF816CE','ARCHIVED','2020-10-15 07:33:13',0);
|
||||
('2020_10_15_00_auth.sql','8A79DE7DBDF35EBDA5C261BEBF9BC8E5CFF816CE','ARCHIVED','2020-10-15 07:33:13',0),
|
||||
('2020_11_16_00_auth.sql','C0E1AAA8876DB65B2B2FA0AFD5D6CDF233020D37','ARCHIVED','2020-11-16 13:37:22',0);
|
||||
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -2081,4 +2082,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 2020-10-15 7:33:15
|
||||
-- Dump completed on 2020-11-16 13:37:25
|
||||
|
||||
@@ -2654,7 +2654,8 @@ INSERT INTO `updates` VALUES
|
||||
('2020_09_02_00_characters.sql','627F320D58A42F401AB10ABA927F2B37C1981576','ARCHIVED','2020-09-02 17:41:04',0),
|
||||
('2020_09_15_00_characters.sql','1B650E8C815E29AE261238B010BC9EB35BD49A25','ARCHIVED','2020-09-15 19:35:18',0),
|
||||
('2020_09_27_00_characters.sql','441A0E8717165067D13B206F6925EEEA774262F3','ARCHIVED','2020-09-27 00:27:19',0),
|
||||
('2020_10_15_00_characters.sql','72F769B6EFFA4C2C5E08235C89EF2629C0FA82EF','ARCHIVED','2020-10-15 07:33:14',0);
|
||||
('2020_10_15_00_characters.sql','72F769B6EFFA4C2C5E08235C89EF2629C0FA82EF','ARCHIVED','2020-10-15 07:33:14',0),
|
||||
('2020_11_16_00_characters.sql','6389519BF44A6EC61E744E6A9727E9448337A276','ARCHIVED','2020-11-16 13:37:22',0);
|
||||
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -2825,4 +2826,4 @@ UNLOCK TABLES;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2020-10-15 7:33:15
|
||||
-- Dump completed on 2020-11-16 13:37:25
|
||||
|
||||
@@ -361,7 +361,7 @@ CREATE TABLE `creature_addon` (
|
||||
`path_id` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`mount` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`bytes1` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`bytes2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`bytes2` int(10) unsigned NOT NULL DEFAULT '1',
|
||||
`emote` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`visibilityDistanceType` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`auras` text,
|
||||
@@ -674,7 +674,7 @@ CREATE TABLE `creature_template_addon` (
|
||||
`path_id` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`mount` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`bytes1` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`bytes2` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`bytes2` int(10) unsigned NOT NULL DEFAULT '1',
|
||||
`emote` mediumint(8) unsigned NOT NULL DEFAULT '0',
|
||||
`visibilityDistanceType` tinyint(3) unsigned NOT NULL DEFAULT '0',
|
||||
`auras` text,
|
||||
@@ -4028,4 +4028,4 @@ CREATE TABLE `waypoints` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2020-10-15 7:33:16
|
||||
-- Dump completed on 2020-11-16 13:37:26
|
||||
|
||||
2
sql/updates/auth/3.3.5/2020_11_16_00_auth.sql
Normal file
2
sql/updates/auth/3.3.5/2020_11_16_00_auth.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- TDB 335.20111 auth
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
@@ -0,0 +1,2 @@
|
||||
-- TDB 335.20111 characters
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
3
sql/updates/world/3.3.5/2020_11_16_00_world.sql
Normal file
3
sql/updates/world/3.3.5/2020_11_16_00_world.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- TDB 335.20111 world
|
||||
UPDATE `version` SET `db_version`='TDB 335.20111', `cache_id`=20111 LIMIT 1;
|
||||
UPDATE `updates` SET `state`='ARCHIVED';
|
||||
Reference in New Issue
Block a user