aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorModoX <moardox@gmail.com>2023-03-08 21:59:27 +0100
committerModoX <moardox@gmail.com>2023-03-08 22:00:18 +0100
commitd827f889936f73049d557fe857a23a133ec18491 (patch)
tree40aa3ff4738136d94ce795afd6a152fd39e24b89 /sql
parentac6a79666204f931e0c6d279e47b7de454617636 (diff)
Core: Updated allowed build to 10.0.5.48397
Diffstat (limited to 'sql')
-rw-r--r--sql/base/auth_database.sql10
-rw-r--r--sql/updates/auth/master/2023_03_08_00_auth.sqlbin0 -> 944 bytes
2 files changed, 6 insertions, 4 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql
index 1377e941c2e..97c3509dd61 100644
--- a/sql/base/auth_database.sql
+++ b/sql/base/auth_database.sql
@@ -696,7 +696,8 @@ INSERT INTO `build_info` VALUES
(47967,10,0,5,NULL,NULL,'CFE225D0089E224D9E7541D3B5C26478',NULL,NULL,NULL),
(48001,10,0,5,NULL,NULL,'4B0260A37BD95B615E71048469E6D5BB',NULL,NULL,NULL),
(48069,10,0,5,NULL,NULL,'558CDF958FA082E95849779C7C6945E5',NULL,NULL,NULL),
-(48317,10,0,5,NULL,NULL,'C096E37B45B43244E9C79916604DD4AF',NULL,NULL,NULL);
+(48317,10,0,5,NULL,NULL,'C096E37B45B43244E9C79916604DD4AF',NULL,NULL,NULL),
+(48397,10,0,5,NULL,NULL,'64BA8779EAA97E6C57982B6B1A5B32E7',NULL,NULL,NULL);
/*!40000 ALTER TABLE `build_info` ENABLE KEYS */;
UNLOCK TABLES;
@@ -2304,7 +2305,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 '48317',
+ `gamebuild` int unsigned NOT NULL DEFAULT '48397',
`Region` tinyint unsigned NOT NULL DEFAULT '1',
`Battlegroup` tinyint unsigned NOT NULL DEFAULT '1',
PRIMARY KEY (`id`),
@@ -2319,7 +2320,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,48317,1,1);
+(1,'Trinity','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,0,1,0,0,48397,1,1);
/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
UNLOCK TABLES;
@@ -2663,7 +2664,8 @@ INSERT INTO `updates` VALUES
('2023_02_07_00_auth.sql','92D6C7A47B2F98ED93D62F6B7293D604C8F6BE16','RELEASED','2023-02-07 10:39:13',0),
('2023_02_09_00_auth.sql','F4B797776CA62D9A048D231C8117D51AA312932C','RELEASED','2023-02-09 00:19:27',0),
('2023_02_14_00_auth.sql','033F4460715121A8B6E9DD0F7456AE930DD18A7A','RELEASED','2023-02-14 10:02:49',0),
-('2023_02_28_00_auth.sql','F57F70D6E1BBB1CB799E338C3358C265FD7F8689','RELEASED','2023-02-28 21:32:14',0);
+('2023_02_28_00_auth.sql','F57F70D6E1BBB1CB799E338C3358C265FD7F8689','RELEASED','2023-02-28 21:32:14',0),
+('2023_03_08_00_auth.sql','2490CEA2EBDB0ECD3590F1D9328DD88266E179F3','RELEASED','2023-03-08 21:58:27',0);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;
diff --git a/sql/updates/auth/master/2023_03_08_00_auth.sql b/sql/updates/auth/master/2023_03_08_00_auth.sql
new file mode 100644
index 00000000000..2cb5bae2713
--- /dev/null
+++ b/sql/updates/auth/master/2023_03_08_00_auth.sql
Binary files differ