Core: Updated allowed build to 4.4.1.58558

This commit is contained in:
Shauren
2025-01-14 09:51:09 +01:00
parent f02d30be65
commit d49a8d4a3e
2 changed files with 28 additions and 5 deletions

View File

@@ -771,7 +771,11 @@ INSERT INTO `build_auth_key` VALUES
(58158,'Mac','A64','WoW',0x10EBC722A3FDD740E42B45C7FDD20EF0),
(58158,'Mac','x64','WoW',0xD7450A6103A5DEB74D818F0C2F4C9085),
(58158,'Win','A64','WoW',0x31ACD1E756B86D16D8EB5E7A47BB2DBF),
(58158,'Win','x64','WoW',0x071CE2ACCDCC49D66F160B4218F01915);
(58158,'Win','x64','WoW',0x071CE2ACCDCC49D66F160B4218F01915),
(58558,'Mac','A64','WoW',0x7FD54AE255B9757285A661630FA707B8),
(58558,'Mac','x64','WoW',0x2D8D31D0DD1BF85E89292619CCF4317F),
(58558,'Win','A64','WoW',0x498916D48F0C962F162FF425A443FA52),
(58558,'Win','x64','WoW',0x80FEC2B5AC7846BAFB99FCF9C963DEF1);
/*!40000 ALTER TABLE `build_auth_key` ENABLE KEYS */;
UNLOCK TABLES;
@@ -1095,7 +1099,8 @@ INSERT INTO `build_info` VALUES
(57359,4,4,1,NULL),
(57564,4,4,1,NULL),
(57916,4,4,1,NULL),
(58158,4,4,1,NULL);
(58158,4,4,1,NULL),
(58558,4,4,1,NULL);
/*!40000 ALTER TABLE `build_info` ENABLE KEYS */;
UNLOCK TABLES;
@@ -2707,7 +2712,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 '58158',
`gamebuild` int unsigned NOT NULL DEFAULT '58558',
`Region` tinyint unsigned NOT NULL DEFAULT '1',
`Battlegroup` tinyint unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
@@ -2722,7 +2727,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,58158,1,1);
(1,'Trinity','127.0.0.1','127.0.0.1',NULL,NULL,'255.255.255.0',8085,0,0,1,0,0,58558,1,1);
/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
UNLOCK TABLES;
@@ -3169,7 +3174,8 @@ INSERT INTO `updates` VALUES
('2024_11_12_00_auth.sql','5A236A557291758C0F2C46FDEC02692E7C53F751','RELEASED','2024-11-12 11:42:13',0),
('2024_11_14_00_auth.sql','93FD4474622BD2E19BD7665F28B32A8A5D05C2AA','RELEASED','2024-11-14 10:37:53',0),
('2024_12_05_00_auth.sql','500CA33EB022AD2CEE8EB7DADA0D43C5DD206089','RELEASED','2024-12-05 23:25:47',0),
('2024_12_19_00_auth.sql','AE82E1575F62741B417F6120A099284F18AF564C','RELEASED','2024-12-19 12:00:47',0);
('2024_12_19_00_auth.sql','AE82E1575F62741B417F6120A099284F18AF564C','RELEASED','2024-12-19 12:00:47',0),
('2025_01_14_00_auth.sql','CA944A0F0028B8888F5576E8166115AD31264F84','RELEASED','2025-01-14 09:50:31',0);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;