Core: Updated allowed build to 4.4.1.57564

This commit is contained in:
Shauren
2024-11-14 10:38:04 +01:00
parent dcc59a3d99
commit 8543f06bc4
2 changed files with 28 additions and 5 deletions

View File

@@ -759,7 +759,11 @@ INSERT INTO `build_auth_key` VALUES
(57359,'Mac','A64','WoW',0x876DE28FA3F827BC7A1772682C63FB5E),
(57359,'Mac','x64','WoW',0x4CEAE55260F4D660CED9B8CFDA00C6F4),
(57359,'Win','A64','WoW',0x3A8AE83F4A0C497DC6AF62AFEBA04DC4),
(57359,'Win','x64','WoW',0x262A900D4BB08CB24D304AFF6A7FF8EE);
(57359,'Win','x64','WoW',0x262A900D4BB08CB24D304AFF6A7FF8EE),
(57564,'Mac','A64','WoW',0x2A136B5D92F275399D865907EAE4785D),
(57564,'Mac','x64','WoW',0x7274992DA094F6438C37CC7AD1206542),
(57564,'Win','A64','WoW',0xDF63590B1034D8DE12C329B31C35759B),
(57564,'Win','x64','WoW',0x75891D08FD96EBFE8C3952155B69098B);
/*!40000 ALTER TABLE `build_auth_key` ENABLE KEYS */;
UNLOCK TABLES;
@@ -1080,7 +1084,8 @@ INSERT INTO `build_info` VALUES
(56713,4,4,0,NULL),
(57244,4,4,0,NULL),
(57294,4,4,1,NULL),
(57359,4,4,1,NULL);
(57359,4,4,1,NULL),
(57564,4,4,1,NULL);
/*!40000 ALTER TABLE `build_info` ENABLE KEYS */;
UNLOCK TABLES;
@@ -2692,7 +2697,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 '57359',
`gamebuild` int unsigned NOT NULL DEFAULT '57564',
`Region` tinyint unsigned NOT NULL DEFAULT '1',
`Battlegroup` tinyint unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
@@ -2707,7 +2712,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,57359,1,1);
(1,'Trinity','127.0.0.1','127.0.0.1',NULL,NULL,'255.255.255.0',8085,0,0,1,0,0,57564,1,1);
/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
UNLOCK TABLES;
@@ -3151,7 +3156,8 @@ INSERT INTO `updates` VALUES
('2024_11_02_00_auth.sql','93A7F7A3C3BA586C139B4060180F7E032C535669','RELEASED','2024-11-02 12:35:24',0),
('2024_11_06_00_auth.sql','0C8D79745E070CEEE55D9546EC78FE89C5CCB040','RELEASED','2024-11-06 17:27:41',0),
('2024_11_11_00_auth.sql','F47CDFB857DB4105306739AF4FBBB3C92CA43363','RELEASED','2024-11-11 13:34:09',0),
('2024_11_12_00_auth.sql','5A236A557291758C0F2C46FDEC02692E7C53F751','RELEASED','2024-11-12 11:42:13',0);
('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);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;