diff options
author | Aokromes <Aokromes@users.noreply.github.com> | 2016-04-01 03:13:37 +0200 |
---|---|---|
committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-04-01 03:13:37 +0200 |
commit | 7b3a9ca326acda5ec22704b3c3786944704d55c9 (patch) | |
tree | 07a770e235c1a12e9777b903661f5f181a0ca906 | |
parent | 373d7104c14f1e4fc64c41e25eee0f7f672c2b74 (diff) |
DB/Misc: Update auth_database.sql for 6.2.4
-rw-r--r-- | sql/base/auth_database.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index 588ae576042..35af91a9e5b 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -643,7 +643,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 '19793', + `gamebuild` int(10) unsigned NOT NULL DEFAULT '21355', `Region` tinyint(3) unsigned NOT NULL DEFAULT '2', `Battlegroup` tinyint(3) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`id`), @@ -657,7 +657,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,2,1,0,0,20726,2,1); +INSERT INTO `realmlist` VALUES (1,'Trinity','127.0.0.1','127.0.0.1','255.255.255.0',8085,0,2,1,0,0,21355,2,1); /*!40000 ALTER TABLE `realmlist` ENABLE KEYS */; UNLOCK TABLES; |