mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
TDB 927.22082 - 2022/08/21
This commit is contained in:
@@ -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_927.22081_2022_08_19.sql"
|
||||
#define _HOTFIXES_DATABASE "TDB_full_hotfixes_927.22081_2022_08_19.sql"
|
||||
#define _FULL_DATABASE "TDB_full_world_927.22082_2022_08_21.sql"
|
||||
#define _HOTFIXES_DATABASE "TDB_full_hotfixes_927.22082_2022_08_21.sql"
|
||||
#define VER_COMPANYNAME_STR "TrinityCore Developers"
|
||||
#define VER_LEGALCOPYRIGHT_STR "(c)2008-@rev_year@ TrinityCore"
|
||||
#define VER_FILEVERSION 0,0,0
|
||||
|
||||
@@ -2614,7 +2614,8 @@ INSERT INTO `updates` VALUES
|
||||
('2022_08_02_00_auth.sql','4B97D20928B05086C7863497F4DDD408A51619BE','ARCHIVED','2022-08-02 18:28:31',0),
|
||||
('2022_08_17_00_auth.sql','1A45DAE660690A7F4D0822C514116BF44A3185BB','ARCHIVED','2022-08-17 10:16:00',0),
|
||||
('2022_08_19_00_auth.sql','332E7CC2E69D69BF274E5C61768FB80D1C217BDB','ARCHIVED','2022-08-19 09:52:06',0),
|
||||
('2022_08_19_01_auth.sql','8B32826AE09C27B98C9480EF4D61205666F68318','ARCHIVED','2022-08-19 23:43:01',0);
|
||||
('2022_08_19_01_auth.sql','8B32826AE09C27B98C9480EF4D61205666F68318','ARCHIVED','2022-08-19 23:43:01',0),
|
||||
('2022_08_21_00_auth.sql','5DEC0CB848F99D575B90356D82276749F2473B72','ARCHIVED','2022-08-21 00:02:03',0);
|
||||
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -2756,4 +2757,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 2022-08-19 23:43:03
|
||||
-- Dump completed on 2022-08-21 0:02:05
|
||||
|
||||
@@ -3675,7 +3675,8 @@ INSERT INTO `updates` VALUES
|
||||
('2022_07_03_00_characters.sql','D3F04078C0846BCF7C8330AC20C39B8C3AEE7002','ARCHIVED','2022-07-03 23:37:24',0),
|
||||
('2022_07_14_00_characters.sql','2EAD57D77FC39F6678F2D2A7D9C24046E6B836D8','ARCHIVED','2022-07-14 21:44:35',0),
|
||||
('2022_07_25_00_characters.sql','3159BB2F3C346A7881920AB2B1F8108247CF13EE','ARCHIVED','2022-07-25 18:44:10',0),
|
||||
('2022_08_19_00_characters.sql','1C076A24F2B48F32E8EF835C01F8907CA9E86491','ARCHIVED','2022-08-19 23:43:01',0);
|
||||
('2022_08_19_00_characters.sql','1C076A24F2B48F32E8EF835C01F8907CA9E86491','ARCHIVED','2022-08-19 23:43:01',0),
|
||||
('2022_08_21_00_characters.sql','1D75688392FBDA18CD8494F32CF682DCB49642EC','ARCHIVED','2022-08-21 00:02:03',0);
|
||||
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -3801,4 +3802,4 @@ UNLOCK TABLES;
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2022-08-19 23:43:04
|
||||
-- Dump completed on 2022-08-21 0:02:06
|
||||
|
||||
@@ -9529,4 +9529,4 @@ CREATE TABLE `world_state_expression` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2022-08-19 23:43:12
|
||||
-- Dump completed on 2022-08-21 0:02:11
|
||||
|
||||
@@ -4782,4 +4782,4 @@ CREATE TABLE `world_state` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2022-08-19 23:43:08
|
||||
-- Dump completed on 2022-08-21 0:02:08
|
||||
|
||||
3
sql/updates/auth/master/2022_08_21_00_auth.sql
Normal file
3
sql/updates/auth/master/2022_08_21_00_auth.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- TDB 927.22082 auth
|
||||
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
|
||||
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/auth', 'ARCHIVED');
|
||||
@@ -0,0 +1,3 @@
|
||||
-- TDB 927.22082 characters
|
||||
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
|
||||
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/characters', 'ARCHIVED');
|
||||
3
sql/updates/hotfixes/master/2022_08_21_00_hotfixes.sql
Normal file
3
sql/updates/hotfixes/master/2022_08_21_00_hotfixes.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- TDB 927.22082 hotfixes
|
||||
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
|
||||
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/hotfixes', 'ARCHIVED');
|
||||
4
sql/updates/world/master/2022_08_21_00_world.sql
Normal file
4
sql/updates/world/master/2022_08_21_00_world.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
-- TDB 927.22082 world
|
||||
UPDATE `version` SET `db_version`='TDB 927.22082', `cache_id`=22082 LIMIT 1;
|
||||
UPDATE `updates` SET `state`='ARCHIVED',`speed`=0;
|
||||
REPLACE INTO `updates_include` (`path`, `state`) VALUES ('$/sql/old/9.x/world', 'ARCHIVED');
|
||||
Reference in New Issue
Block a user