mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
Core: Updated allowed build to 11.1.7.61967
This commit is contained in:
@@ -1181,7 +1181,14 @@ INSERT INTO `build_auth_key` VALUES
|
||||
(61609,'Mac','x64','WoWC',0x36FBCBD0CC7A8E88AAAF9BD3CF14FC81),
|
||||
(61609,'Win','A64','WoW',0x21493F8D8C078FDA669E42AEA8724351),
|
||||
(61609,'Win','x64','WoW',0x9F18C02CC5868A925CDD4201A8D7F9DA),
|
||||
(61609,'Win','x64','WoWC',0x15F4CA6C215113B4B47EC3AB65C65419);
|
||||
(61609,'Win','x64','WoWC',0x15F4CA6C215113B4B47EC3AB65C65419),
|
||||
(61967,'Mac','A64','WoW',0xDAB6F778C37531255AC22F3FB9065EAA),
|
||||
(61967,'Mac','A64','WoWC',0x3F10FF17698D9F938B04707C0B8A7E00),
|
||||
(61967,'Mac','x64','WoW',0x2B9DB4F2B70E849871A8F95FEEF357E9),
|
||||
(61967,'Mac','x64','WoWC',0x4DE3D440D1D46A38EC32D0D524004ABA),
|
||||
(61967,'Win','A64','WoW',0x7B443BB6B4F355B9E389F4F0ACB04FE8),
|
||||
(61967,'Win','x64','WoW',0x6E194B4B53038E76E01E9538107AFF4D),
|
||||
(61967,'Win','x64','WoWC',0x9E135BF0B40BDD210EAF318AEB72801C);
|
||||
/*!40000 ALTER TABLE `build_auth_key` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -1573,7 +1580,8 @@ INSERT INTO `build_info` VALUES
|
||||
(61265,11,1,5,NULL),
|
||||
(61491,11,1,7,NULL),
|
||||
(61559,11,1,7,NULL),
|
||||
(61609,11,1,7,NULL);
|
||||
(61609,11,1,7,NULL),
|
||||
(61967,11,1,7,NULL);
|
||||
/*!40000 ALTER TABLE `build_info` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -3186,7 +3194,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 '61609',
|
||||
`gamebuild` int unsigned NOT NULL DEFAULT '61967',
|
||||
`Region` tinyint unsigned NOT NULL DEFAULT '1',
|
||||
`Battlegroup` tinyint unsigned NOT NULL DEFAULT '1',
|
||||
PRIMARY KEY (`id`),
|
||||
@@ -3201,7 +3209,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,61609,1,1);
|
||||
(1,'Trinity','127.0.0.1','127.0.0.1',NULL,NULL,'255.255.255.0',8085,0,0,1,0,0,61967,1,1);
|
||||
/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -3708,7 +3716,8 @@ INSERT INTO `updates` VALUES
|
||||
('2025_06_18_00_auth.sql','AB5F6069BD37C93050022700F1C4B814D9D139C1','RELEASED','2025-06-17 23:13:05',0),
|
||||
('2025_06_19_00_auth.sql','1C0ACAEEFC934F91F44C113E6CD9D7A40ED1C979','RELEASED','2025-06-18 22:51:15',0),
|
||||
('2025_06_25_00_auth.sql','27DC7FB423FFB3788082CCFC18D5432650B09FB3','RELEASED','2025-06-25 01:15:04',0),
|
||||
('2025_06_27_00_auth.sql','243C89DFED0058323EF9690D124C1F20036D461B','RELEASED','2025-06-27 14:22:49',0);
|
||||
('2025_06_27_00_auth.sql','243C89DFED0058323EF9690D124C1F20036D461B','RELEASED','2025-06-27 14:22:49',0),
|
||||
('2025_07_14_00_auth.sql','5F975A202CF84F2BFEA366E0BEDF8FA63035CD62','RELEASED','2025-07-14 23:10:54',0);
|
||||
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user