aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2024-11-14 10:38:04 +0100
committerShauren <shauren.trinity@gmail.com>2024-11-14 10:38:04 +0100
commit8543f06bc4956a1a4392cd08cb051ffcd9a97d28 (patch)
tree2e77fd9a68846684883f98db13c312e5e5d0fed4 /sql
parentdcc59a3d9998f033dfabab81d334382ceb7e98b0 (diff)
Core: Updated allowed build to 4.4.1.57564
Diffstat (limited to 'sql')
-rw-r--r--sql/base/auth_database.sql16
-rw-r--r--sql/updates/auth/cata_classic/2024_11_14_00_auth.sql17
2 files changed, 28 insertions, 5 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql
index 85917812ed4..da944a7159e 100644
--- a/sql/base/auth_database.sql
+++ b/sql/base/auth_database.sql
@@ -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;
diff --git a/sql/updates/auth/cata_classic/2024_11_14_00_auth.sql b/sql/updates/auth/cata_classic/2024_11_14_00_auth.sql
new file mode 100644
index 00000000000..6bc4e8dedb9
--- /dev/null
+++ b/sql/updates/auth/cata_classic/2024_11_14_00_auth.sql
@@ -0,0 +1,17 @@
+DELETE FROM `build_info` WHERE `build` IN (57564);
+INSERT INTO `build_info` (`build`,`majorVersion`,`minorVersion`,`bugfixVersion`,`hotfixVersion`) VALUES
+(57564,4,4,1,NULL);
+
+DELETE FROM `build_auth_key` WHERE `build`=57564 AND `platform`='Mac' AND `arch`='A64' AND `type`='WoW';
+DELETE FROM `build_auth_key` WHERE `build`=57564 AND `platform`='Mac' AND `arch`='x64' AND `type`='WoW';
+DELETE FROM `build_auth_key` WHERE `build`=57564 AND `platform`='Win' AND `arch`='A64' AND `type`='WoW';
+DELETE FROM `build_auth_key` WHERE `build`=57564 AND `platform`='Win' AND `arch`='x64' AND `type`='WoW';
+INSERT INTO `build_auth_key` (`build`,`platform`,`arch`,`type`,`key`) VALUES
+(57564,'Mac','A64','WoW',0x2A136B5D92F275399D865907EAE4785D),
+(57564,'Mac','x64','WoW',0x7274992DA094F6438C37CC7AD1206542),
+(57564,'Win','A64','WoW',0xDF63590B1034D8DE12C329B31C35759B),
+(57564,'Win','x64','WoW',0x75891D08FD96EBFE8C3952155B69098B);
+
+UPDATE `realmlist` SET `gamebuild`=57564 WHERE `gamebuild`=57359;
+
+ALTER TABLE `realmlist` CHANGE `gamebuild` `gamebuild` int unsigned NOT NULL DEFAULT '57564';