mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core: Update allowed build to 11.0.2.56421
This commit is contained in:
@@ -773,7 +773,9 @@ INSERT INTO `build_auth_key` VALUES
|
||||
(56380,'Win','x64','WoW',0xD081784493233E2869933FCC01F1A3C1),
|
||||
(56380,'Win','x64','WoWC',0x4FB3D72D89F5FF01DD7F4E028494A4E6),
|
||||
(56382,'Win','x64','WoW',0x67C36A3EF655534C58AD50942192BFDA),
|
||||
(56382,'Win','x64','WoWC',0xA5BD7A1C33039F58CD45CD5C7EBDF122);
|
||||
(56382,'Win','x64','WoWC',0xA5BD7A1C33039F58CD45CD5C7EBDF122),
|
||||
(56421,'Win','x64','WoW',0x3BDFA9AA4B70041F2C8B8CDE3C8DC255),
|
||||
(56421,'Win','x64','WoWC',0x0DDB8F8738647F3CD8FD585A3A78ED1B);
|
||||
/*!40000 ALTER TABLE `build_auth_key` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -1117,7 +1119,8 @@ INSERT INTO `build_info` VALUES
|
||||
(56311,11,0,2,NULL),
|
||||
(56313,11,0,2,NULL),
|
||||
(56380,11,0,2,NULL),
|
||||
(56382,11,0,2,NULL);
|
||||
(56382,11,0,2,NULL),
|
||||
(56421,11,0,2,NULL);
|
||||
/*!40000 ALTER TABLE `build_info` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -2727,7 +2730,7 @@ CREATE TABLE `realmlist` (
|
||||
`timezone` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`allowedSecurityLevel` tinyint unsigned NOT NULL DEFAULT '0',
|
||||
`population` float unsigned NOT NULL DEFAULT '0',
|
||||
`gamebuild` int unsigned NOT NULL DEFAULT '56313',
|
||||
`gamebuild` int unsigned NOT NULL DEFAULT '56421',
|
||||
`Region` tinyint unsigned NOT NULL DEFAULT '1',
|
||||
`Battlegroup` tinyint unsigned NOT NULL DEFAULT '1',
|
||||
PRIMARY KEY (`id`),
|
||||
@@ -2742,7 +2745,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','255.255.255.0',8085,0,0,1,0,0,56313,1,1);
|
||||
(1,'Trinity','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,0,1,0,0,56421,1,1);
|
||||
/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
@@ -3193,7 +3196,8 @@ INSERT INTO `updates` VALUES
|
||||
('2024_08_28_00_auth.sql','F39CA1C18CAC207418C3D3703DA0F038471D308A','RELEASED','2024-08-28 10:50:31',0),
|
||||
('2024_08_28_01_auth.sql','BC5D74553AF2D92606F55C1C462D2700FE73BD34','RELEASED','2024-08-28 14:55:05',0),
|
||||
('2024_08_30_00_auth.sql','BD76942F1C29AAA2450E051E7CA552672B5E331B','RELEASED','2024-08-30 19:24:30',0),
|
||||
('2024_08_30_01_auth.sql','0AAC95A9216114177AF0A3A7DE664D061FED21EA','RELEASED','2024-08-30 22:23:08',0);
|
||||
('2024_08_30_01_auth.sql','0AAC95A9216114177AF0A3A7DE664D061FED21EA','RELEASED','2024-08-30 22:23:08',0),
|
||||
('2024_08_31_00_auth.sql','D10F12D25D526A2C5E12FCEA2DEB55C342879F06','RELEASED','2024-08-31 10:32:16',0);
|
||||
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
|
||||
UNLOCK TABLES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user