DB: Change allowed build back to 12.0.7.68275

This commit is contained in:
Shauren
2026-07-02 10:49:55 +02:00
parent d396a7aacc
commit 52209675d7
4 changed files with 7 additions and 3 deletions
+4 -3
View File
@@ -3759,7 +3759,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 '68367',
`gamebuild` int unsigned NOT NULL DEFAULT '68275',
`Region` tinyint unsigned NOT NULL DEFAULT '1',
`Battlegroup` tinyint unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
@@ -3774,7 +3774,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,68367,1,1);
(1,'Trinity','127.0.0.1','127.0.0.1',NULL,NULL,'255.255.255.0',8085,0,0,1,0,0,68275,1,1);
/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
UNLOCK TABLES;
@@ -4353,7 +4353,8 @@ INSERT INTO `updates` VALUES
('2026_05_28_00_auth.sql','E7D75F64F6064858A82D97FEF69CC97AC7FD16CC','RELEASED','2026-05-28 10:01:07',0),
('2026_06_20_00_auth.sql','15B0D75BB9866D8FE6177CB94AB9BB2B9BF2A28A','RELEASED','2026-06-19 22:42:55',0),
('2026_06_24_00_auth.sql','EAC304E52C5859FE1D321D26D994ECAFFC4426D2','RELEASED','2026-06-24 09:45:55',0),
('2026_06_30_00_auth.sql','1079B42207571BFFC213975206EA2DCCB4934167','RELEASED','2026-06-30 10:00:11',0);
('2026_06_30_00_auth.sql','1079B42207571BFFC213975206EA2DCCB4934167','RELEASED','2026-06-30 10:00:11',0),
('2026_07_02_00_auth.sql','A1E1C1314B080B31023629CE275103ADF3DF0DD2','RELEASED','2026-07-02 10:47:34',0);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;