mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core: Updated allowed build to 11.2.5.63796
This commit is contained in:
@@ -1299,7 +1299,14 @@ INSERT INTO `build_auth_key` VALUES
|
||||
(63704,'Mac','x64','WoWC',0xF6BA093EE09B78DC5E70FFA78ECAE49C),
|
||||
(63704,'Win','A64','WoW',0x855B9CFD0785A946AFAEEF2CF7B988CC),
|
||||
(63704,'Win','x64','WoW',0x7CB483EBD52970D0CBBB7952036CEAFA),
|
||||
(63704,'Win','x64','WoWC',0x4985EB04D5FE1D78EB0CC7D490EF6E79);
|
||||
(63704,'Win','x64','WoWC',0x4985EB04D5FE1D78EB0CC7D490EF6E79),
|
||||
(63796,'Mac','A64','WoW',0x37C6D6728FE1C680594B374DE295759F),
|
||||
(63796,'Mac','A64','WoWC',0x5F1902882D5525027A0F0255A68285E4),
|
||||
(63796,'Mac','x64','WoW',0xA154B606D59E981AABE1D089ED766062),
|
||||
(63796,'Mac','x64','WoWC',0x9874169656A5E844FDE8E89FDC4D01B6),
|
||||
(63796,'Win','A64','WoW',0xF11BB1558CDEF01264E8D0D7D0159463),
|
||||
(63796,'Win','x64','WoW',0x2D124FB65A2BAA4288570C2F8C4A5468),
|
||||
(63796,'Win','x64','WoWC',0x439696AE133D1F8F28E78D40E0113F41);
|
||||
/*!40000 ALTER TABLE `build_auth_key` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -1708,7 +1715,8 @@ INSERT INTO `build_info` VALUES
|
||||
(63305,11,2,0,NULL),
|
||||
(63506,11,2,5,NULL),
|
||||
(63660,11,2,5,NULL),
|
||||
(63704,11,2,5,NULL);
|
||||
(63704,11,2,5,NULL),
|
||||
(63796,11,2,5,NULL);
|
||||
/*!40000 ALTER TABLE `build_info` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -3321,7 +3329,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 '63704',
|
||||
`gamebuild` int unsigned NOT NULL DEFAULT '63796',
|
||||
`Region` tinyint unsigned NOT NULL DEFAULT '1',
|
||||
`Battlegroup` tinyint unsigned NOT NULL DEFAULT '1',
|
||||
PRIMARY KEY (`id`),
|
||||
@@ -3336,7 +3344,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,63704,1,1);
|
||||
(1,'Trinity','127.0.0.1','127.0.0.1',NULL,NULL,'255.255.255.0',8085,0,0,1,0,0,63796,1,1);
|
||||
/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -3857,7 +3865,8 @@ INSERT INTO `updates` VALUES
|
||||
('2025_09_04_00_auth.sql','B002D8EC5D883576ECC575DC545881837AB66FD3','RELEASED','2025-09-04 21:43:14',0),
|
||||
('2025_09_12_00_auth.sql','B95D44F12BA980040BAEB982B01D359B55C2EA2B','RELEASED','2025-09-12 23:13:31',0),
|
||||
('2025_09_20_00_auth.sql','752B003BBEBDDD3E1BBFB342AD154EB50D5E6DC9','RELEASED','2025-09-20 01:31:35',0),
|
||||
('2025_10_10_00_auth.sql','D2CCA4D100F71481C1AD347EE00D025BF873B2F2','RELEASED','2025-10-10 00:02:43',0);
|
||||
('2025_10_10_00_auth.sql','D2CCA4D100F71481C1AD347EE00D025BF873B2F2','RELEASED','2025-10-10 00:02:43',0),
|
||||
('2025_10_11_00_auth.sql','9D39A17F4B14666677A409232A73986076FC4108','RELEASED','2025-10-11 12:34:55',0);
|
||||
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user