Core: Updated allowed build to 8.3.0.33775

This commit is contained in:
Shauren
2020-03-23 18:02:48 +01:00
parent 12c1022030
commit 1d7f154522
2 changed files with 12 additions and 3 deletions

View File

@@ -553,6 +553,7 @@ INSERT INTO `build_info` VALUES
(33369,8,3,0,NULL,NULL,'5986AC18B04D3C403F56A0CF8C4F0A14','F5A849C70A1054F07EA3AB833EBF6671',NULL,NULL),
(33528,8,3,0,NULL,NULL,'0ECE033CA9B11D92F7D2792C785B47DF',NULL,NULL,NULL),
(33724,8,3,0,NULL,NULL,'38F7BBCF284939DD20E8C64CDBF9FE77',NULL,NULL,NULL);
(33775,8,3,0,NULL,NULL,'B826300A8449ED0F6EF16EA747FA2D2E',NULL,NULL,NULL);
/*!40000 ALTER TABLE `build_info` ENABLE KEYS */;
UNLOCK TABLES;
@@ -2130,7 +2131,7 @@ CREATE TABLE `realmlist` (
`timezone` tinyint(3) unsigned NOT NULL DEFAULT '0',
`allowedSecurityLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
`population` float unsigned NOT NULL DEFAULT '0',
`gamebuild` int(10) unsigned NOT NULL DEFAULT '33724',
`gamebuild` int(10) unsigned NOT NULL DEFAULT '33775',
`Region` tinyint(3) unsigned NOT NULL DEFAULT '1',
`Battlegroup` tinyint(3) unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
@@ -2145,7 +2146,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,33724,1,1);
(1,'Trinity','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,0,1,0,0,33775,1,1);
/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
UNLOCK TABLES;
@@ -2322,7 +2323,8 @@ INSERT INTO `updates` VALUES
('2020_02_17_00_auth.sql','456FA32A7B7C6ABA479F2B099822988A24A2344B','RELEASED','2020-02-17 23:28:22',0),
('2020_02_24_00_auth.sql','47E22129056EFD8B67754506231BCC4B0DDA6930','RELEASED','2020-02-24 17:19:33',0),
('2020_03_03_00_auth.sql','F473DFEABAC661704ECEA3D72E93A3280122CA30','RELEASED','2020-03-03 22:49:13',0),
('2020_03_20_00_auth.sql','0F72572D7792236D8F1E556D9EC62352A0A149CA','RELEASED','2020-03-20 10:01:23',0);
('2020_03_20_00_auth.sql','0F72572D7792236D8F1E556D9EC62352A0A149CA','RELEASED','2020-03-20 10:01:23',0),
('2020_03_23_00_auth.sql','B90D27BB8E3CEDF65881BDA0C7CE6FBC5EF310E0','RELEASED','2020-03-23 17:57:46',0);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;