mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core: Updated allowed build to 11.0.7.58608
This commit is contained in:
@@ -898,7 +898,14 @@ INSERT INTO `build_auth_key` VALUES
|
||||
(58533,'Mac','x64','WoWC',0xA93EF4385174001B69F43FF0DF345701),
|
||||
(58533,'Win','A64','WoW',0x3823D2E16D6E314884CD586949524F2C),
|
||||
(58533,'Win','x64','WoW',0x18490A077F4FBA0973E0B62A489EE664),
|
||||
(58533,'Win','x64','WoWC',0x3DC9E22F553D631A5CA067F7809A3D2D);
|
||||
(58533,'Win','x64','WoWC',0x3DC9E22F553D631A5CA067F7809A3D2D),
|
||||
(58608,'Mac','A64','WoW',0x3A3B639B7FC344EDB4314860638110F1),
|
||||
(58608,'Mac','A64','WoWC',0x8F46148144EDF86BD45D23B0F23CE38B),
|
||||
(58608,'Mac','x64','WoW',0x29EC11F81992F19AD9707B272419ADDA),
|
||||
(58608,'Mac','x64','WoWC',0x2BF5613D82AD3A242B5DD0B140CE4416),
|
||||
(58608,'Win','A64','WoW',0x6FD8AD7CCB3B7DAD45115CA93D3A68F3),
|
||||
(58608,'Win','x64','WoW',0x21B3EDEB1A65388DD5988056D2BE72B2),
|
||||
(58608,'Win','x64','WoWC',0xAC65E4DC868EFE4362E72BBCDD746853);
|
||||
/*!40000 ALTER TABLE `build_auth_key` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -1260,7 +1267,8 @@ INSERT INTO `build_info` VALUES
|
||||
(58162,11,0,7,NULL),
|
||||
(58187,11,0,7,NULL),
|
||||
(58238,11,0,7,NULL),
|
||||
(58533,11,0,7,NULL);
|
||||
(58533,11,0,7,NULL),
|
||||
(58608,11,0,7,NULL);
|
||||
/*!40000 ALTER TABLE `build_info` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -2872,7 +2880,7 @@ CREATE TABLE `realmlist` (
|
||||
`timezone` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`allowedSecurityLevel` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`population` float NOT NULL DEFAULT '0',
|
||||
`gamebuild` int unsigned NOT NULL DEFAULT '58533',
|
||||
`gamebuild` int unsigned NOT NULL DEFAULT '58608',
|
||||
`Region` tinyint unsigned NOT NULL DEFAULT '1',
|
||||
`Battlegroup` tinyint unsigned NOT NULL DEFAULT '1',
|
||||
PRIMARY KEY (`id`),
|
||||
@@ -2887,7 +2895,7 @@ CREATE TABLE `realmlist` (
|
||||
LOCK TABLES `realmlist` WRITE;
|
||||
/*!40000 ALTER TABLE `realmlist` DISABLE KEYS */;
|
||||
INSERT INTO `realmlist` VALUES
|
||||
(1,'Trinity','127.0.0.1','127.0.0.1',NULL,NULL,'255.255.255.0',8085,0,0,1,0,0,58533,1,1);
|
||||
(1,'Trinity','127.0.0.1','127.0.0.1',NULL,NULL,'255.255.255.0',8085,0,0,1,0,0,58608,1,1);
|
||||
/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -3363,7 +3371,8 @@ INSERT INTO `updates` VALUES
|
||||
('2024_12_19_00_auth.sql','B01D54F8420CF680F0DDA903210028F0174E310D','ARCHIVED','2024-12-19 11:32:53',0),
|
||||
('2024_12_21_00_auth.sql','9DA5E7911D231D46FE9630D20BDD4AEA0B3CF650','ARCHIVED','2024-12-21 01:03:37',0),
|
||||
('2024_12_22_00_auth.sql','6FDF0ABE9952CC96BE04A6BAA0F1161900B4AB88','ARCHIVED','2024-12-22 02:56:17',0),
|
||||
('2025_01_11_00_auth.sql','B32F963095657E8877F3C1EEBB09C8AED55EEECC','RELEASED','2025-01-11 10:51:47',0);
|
||||
('2025_01_11_00_auth.sql','B32F963095657E8877F3C1EEBB09C8AED55EEECC','RELEASED','2025-01-11 10:51:47',0),
|
||||
('2025_01_15_00_auth.sql','8EA1C0A88F6F1EC3DA67DA01CDCF056A530DBB5F','RELEASED','2025-01-15 00:44:53',0);
|
||||
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user